Upload config.json with huggingface_hub
Browse files- config.json +5 -7
config.json
CHANGED
|
@@ -19,13 +19,11 @@
|
|
| 19 |
"n_positions": 1024,
|
| 20 |
"neuron": {
|
| 21 |
"auto_cast_type": "f32",
|
| 22 |
-
"batch_size":
|
| 23 |
"compiler_type": "neuronx-cc",
|
| 24 |
-
"compiler_version": "2.
|
| 25 |
-
"neuron_kwargs": {
|
| 26 |
-
|
| 27 |
-
},
|
| 28 |
-
"num_cores": 2,
|
| 29 |
"task": "text-generation"
|
| 30 |
},
|
| 31 |
"reorder_and_upcast_attn": false,
|
|
@@ -43,7 +41,7 @@
|
|
| 43 |
"max_length": 50
|
| 44 |
}
|
| 45 |
},
|
| 46 |
-
"transformers_version": "4.
|
| 47 |
"use_cache": true,
|
| 48 |
"vocab_size": 50257
|
| 49 |
}
|
|
|
|
| 19 |
"n_positions": 1024,
|
| 20 |
"neuron": {
|
| 21 |
"auto_cast_type": "f32",
|
| 22 |
+
"batch_size": 1,
|
| 23 |
"compiler_type": "neuronx-cc",
|
| 24 |
+
"compiler_version": "2.8.0.25+a3ad0f342",
|
| 25 |
+
"neuron_kwargs": {},
|
| 26 |
+
"num_cores": 1,
|
|
|
|
|
|
|
| 27 |
"task": "text-generation"
|
| 28 |
},
|
| 29 |
"reorder_and_upcast_attn": false,
|
|
|
|
| 41 |
"max_length": 50
|
| 42 |
}
|
| 43 |
},
|
| 44 |
+
"transformers_version": "4.32.1",
|
| 45 |
"use_cache": true,
|
| 46 |
"vocab_size": 50257
|
| 47 |
}
|