Add transformers tag
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ language:
|
|
| 7 |
base_model:
|
| 8 |
- mistralai/Mistral-7B-v0.1
|
| 9 |
pipeline_tag: text-generation
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Mistral-7B-ProXMath
|
|
@@ -39,4 +40,4 @@ ProX models are evaluated on 9 common math reasoning benchmarks.
|
|
| 39 |
journal={arXiv preprint arXiv:2409.17115},
|
| 40 |
year={2024}
|
| 41 |
}
|
| 42 |
-
```
|
|
|
|
| 7 |
base_model:
|
| 8 |
- mistralai/Mistral-7B-v0.1
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
+
library_name: transformers
|
| 11 |
---
|
| 12 |
|
| 13 |
# Mistral-7B-ProXMath
|
|
|
|
| 40 |
journal={arXiv preprint arXiv:2409.17115},
|
| 41 |
year={2024}
|
| 42 |
}
|
| 43 |
+
```
|