DeepXR/Helion-OSC
465
1---2language:3 - en4 - code5license: apache-2.06library_name: safetensors7tags:8 - code9 - mathematics10 - reasoning11 - causal-lm12 - text-generation13 - python14 - javascript15 - algorithm16 - optimization17datasets:18 - code_repositories19 - mathematical_texts20pipeline_tag: text-generation21model-index:22 - name: Helion-OSC23 results:24 - task:25 type: text-generation26 name: Code Generation27 metrics:28 - type: pass@129 value: 85.230 name: HumanEval Pass@131 - type: pass@1032 value: 92.833 name: HumanEval Pass@1034 - task:35 type: text-generation36 name: Mathematical Reasoning37 metrics:38 - type: accuracy39 value: 78.540 name: GSM8K Accuracy41widget:42 - text: "Write a Python function to implement binary search:"43 example_title: "Code Generation"44 - text: "Solve: If f(x) = 2x^2 + 3x - 5, find f'(x)"45 example_title: "Mathematical Reasoning"46 - text: "Optimize this code: for i in range(len(arr)): for j in range(len(arr)):"47 example_title: "Code Optimization"48inference:49 parameters:50 max_length: 102451 temperature: 0.752 top_p: 0.9553 do_sample: true54base_model: null55base_model_relation: null