Commit
•
d3eacdc
1
Parent(s):
f668db3
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ This model is a fine-tuned version of [deepseek-ai/deepseek-math-7b-base](https:
|
|
38 |
|
39 |
## Model description
|
40 |
|
41 |
-
- **Model type:** A 7B parameter Math model fine-tuned in two stages on
|
42 |
- **Language(s) (NLP):** Primarily English
|
43 |
- **License:** MIT
|
44 |
- **Finetuned from model:** [deepseek-ai/deepseek-math-7b-base](https://huggingface.co/deepseek-ai/deepseek-math-7b-base)
|
@@ -86,7 +86,7 @@ exec(python_code)
|
|
86 |
## Bias, Risks, and Limitations
|
87 |
|
88 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
89 |
-
Numina-Math-7B was
|
90 |
|
91 |
|
92 |
## Training procedure
|
@@ -126,7 +126,7 @@ The following hyperparameters were used during training:
|
|
126 |
|
127 |
## Citation
|
128 |
|
129 |
-
If you find Numina-Math
|
130 |
|
131 |
```
|
132 |
@misc{beeching2024numina-math,
|
|
|
38 |
|
39 |
## Model description
|
40 |
|
41 |
+
- **Model type:** A 7B parameter Math model fine-tuned in two stages of training, first on a dataset with 863k math question answer pairs and then on a dataset with 73k examples of multi-step synthetic generations using tool integrated reasoning.
|
42 |
- **Language(s) (NLP):** Primarily English
|
43 |
- **License:** MIT
|
44 |
- **Finetuned from model:** [deepseek-ai/deepseek-math-7b-base](https://huggingface.co/deepseek-ai/deepseek-math-7b-base)
|
|
|
86 |
## Bias, Risks, and Limitations
|
87 |
|
88 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
89 |
+
Numina-Math-7B was created to solve math problems, the model has not been aligned to preferences beyond the domain of solving math, and should not be used in a general chat setting.
|
90 |
|
91 |
|
92 |
## Training procedure
|
|
|
126 |
|
127 |
## Citation
|
128 |
|
129 |
+
If you find Numina-Math useful in your work, please cite it with:
|
130 |
|
131 |
```
|
132 |
@misc{beeching2024numina-math,
|