Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SMOLM2Prover - GGUF Format
|
| 2 |
|
| 3 |
GGUF quantized version of the SMOLM2Prover model for use with llama.cpp and compatible runtimes.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
model_name: SmolLM2Prover
|
| 4 |
+
tags:
|
| 5 |
+
- text-generation
|
| 6 |
+
- proof
|
| 7 |
+
- cot
|
| 8 |
+
- reasoning
|
| 9 |
+
- math
|
| 10 |
+
- calculus
|
| 11 |
+
- logic
|
| 12 |
+
- sft
|
| 13 |
+
- trl
|
| 14 |
+
- generated_from_trainer
|
| 15 |
+
- finetune
|
| 16 |
+
- symbioticai
|
| 17 |
+
language:
|
| 18 |
+
- en
|
| 19 |
+
license: apache-2.0
|
| 20 |
+
datasets:
|
| 21 |
+
- AI-MO/NuminaMath-1.5
|
| 22 |
+
base_model:
|
| 23 |
+
- prithivMLmods/SmolLM2-CoT-360M
|
| 24 |
+
pipeline_tag: text-generation
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
# SMOLM2Prover - GGUF Format
|
| 28 |
|
| 29 |
GGUF quantized version of the SMOLM2Prover model for use with llama.cpp and compatible runtimes.
|