Upload config.json with huggingface_hub
Browse files- config.json +1 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_attn_implementation_autoset": true,
|
3 |
"_name_or_path": "meta-llama/Llama-3.2-1B",
|
4 |
"architectures": [
|
5 |
"LlamaForCausalLM"
|
@@ -30,7 +29,7 @@
|
|
30 |
},
|
31 |
"rope_theta": 500000.0,
|
32 |
"tie_word_embeddings": true,
|
33 |
-
"torch_dtype": "
|
34 |
"transformers_version": "4.46.3",
|
35 |
"use_cache": true,
|
36 |
"vocab_size": 128256
|
|
|
1 |
{
|
|
|
2 |
"_name_or_path": "meta-llama/Llama-3.2-1B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
|
|
29 |
},
|
30 |
"rope_theta": 500000.0,
|
31 |
"tie_word_embeddings": true,
|
32 |
+
"torch_dtype": "float32",
|
33 |
"transformers_version": "4.46.3",
|
34 |
"use_cache": true,
|
35 |
"vocab_size": 128256
|