Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ widget:
|
|
| 42 |
values of \\( k \\) is:\n\n\\[\n\\boxed{4}\n\\]\n
|
| 43 |
pipeline_tag: text-generation
|
| 44 |
model-index:
|
| 45 |
-
- name:
|
| 46 |
results: []
|
| 47 |
license: apache-2.0
|
| 48 |
language:
|
|
@@ -52,13 +52,13 @@ language:
|
|
| 52 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 53 |
should probably proofread and complete it, then remove this comment. -->
|
| 54 |
|
| 55 |
-
<img src="https://huggingface.co/AI-MO/
|
| 56 |
|
| 57 |
|
| 58 |
-
# Model Card for NuminaMath 7B GPTQ
|
| 59 |
|
| 60 |
-
NuminaMath is a series of language models that are trained to solve math problems using tool-integrated reasoning. NuminaMath 7B won the first progress prize of the [AI Math Olympiad (AIMO)](https://aimoprize.com), with a score of 29/50 on the public and private tests sets.
|
| 61 |
|
| 62 |

|
| 63 |
|
| 64 |
-
This model is an 8-bit version of [`AI-MO/
|
|
|
|
| 42 |
values of \\( k \\) is:\n\n\\[\n\\boxed{4}\n\\]\n
|
| 43 |
pipeline_tag: text-generation
|
| 44 |
model-index:
|
| 45 |
+
- name: NuminaMath-7B-TIR-GPTQ
|
| 46 |
results: []
|
| 47 |
license: apache-2.0
|
| 48 |
language:
|
|
|
|
| 52 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 53 |
should probably proofread and complete it, then remove this comment. -->
|
| 54 |
|
| 55 |
+
<img src="https://huggingface.co/AI-MO/NuminaMath-7B-TIR/resolve/main/thumbnail.png" alt="Numina Logo" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
| 56 |
|
| 57 |
|
| 58 |
+
# Model Card for NuminaMath 7B TIR GPTQ
|
| 59 |
|
| 60 |
+
NuminaMath is a series of language models that are trained to solve math problems using tool-integrated reasoning (TIR). NuminaMath 7B TIR won the first progress prize of the [AI Math Olympiad (AIMO)](https://aimoprize.com), with a score of 29/50 on the public and private tests sets.
|
| 61 |
|
| 62 |

|
| 63 |
|
| 64 |
+
This model is an 8-bit version of [`AI-MO/NuminaMath-7B-TIR`](https://huggingface.co/AI-MO/NuminaMath-7B-TIR), which we quantized with [AutoGPTQ](https://github.com/AutoGPTQ/AutoGPTQ) to run fast inference in the Kaggle submissions. Please consult the original model card for more details.
|