Upload modelcard.json with huggingface_hub
Browse files- modelcard.json +19 -0
modelcard.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"inference": {
|
| 3 |
+
"parameters": {
|
| 4 |
+
"temperature": 0.2,
|
| 5 |
+
"max_new_tokens": 512,
|
| 6 |
+
"repetition_penalty": 1.1
|
| 7 |
+
}
|
| 8 |
+
},
|
| 9 |
+
"tags": [
|
| 10 |
+
"llama",
|
| 11 |
+
"reasoning",
|
| 12 |
+
"1b",
|
| 13 |
+
"math",
|
| 14 |
+
"logic",
|
| 15 |
+
"problem-solving"
|
| 16 |
+
],
|
| 17 |
+
"library_name": "transformers",
|
| 18 |
+
"pipeline_tag": "text-generation"
|
| 19 |
+
}
|