Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"LLaMAModel"
|
| 4 |
+
],
|
| 5 |
+
"d_model": 128,
|
| 6 |
+
"model_type": "llama",
|
| 7 |
+
"num_heads": 4,
|
| 8 |
+
"num_layers": 2,
|
| 9 |
+
"torch_dtype": "float32",
|
| 10 |
+
"transformers_version": "4.41.2",
|
| 11 |
+
"vocab_size": 50257
|
| 12 |
+
}
|