Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- zen-E/GSM8k-Aug
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
base_model:
|
| 8 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
The official weight of LLaMA-3.2-1b-Instruct trained with the CODI framework (https://arxiv.org/abs/2502.21074).
|