Update config.json
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"LlamaForCausalLM"
|
| 4 |
],
|
|
@@ -33,7 +34,7 @@
|
|
| 33 |
"rope_theta": 500000.0,
|
| 34 |
"tie_word_embeddings": true,
|
| 35 |
"torch_dtype": "bfloat16",
|
| 36 |
-
"transformers_version": "4.45.0
|
| 37 |
"use_cache": true,
|
| 38 |
"vocab_size": 128256
|
| 39 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "meta-llama/Llama-3.2-3B-Instruct",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
|
|
| 34 |
"rope_theta": 500000.0,
|
| 35 |
"tie_word_embeddings": true,
|
| 36 |
"torch_dtype": "bfloat16",
|
| 37 |
+
"transformers_version": "4.45.0",
|
| 38 |
"use_cache": true,
|
| 39 |
"vocab_size": 128256
|
| 40 |
+
}
|