Upload config.json
Browse files- config.json +3 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
@@ -32,8 +33,8 @@
|
|
32 |
},
|
33 |
"rope_theta": 500000.0,
|
34 |
"tie_word_embeddings": true,
|
35 |
-
"torch_dtype": "
|
36 |
-
"transformers_version": "4.
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 128256
|
39 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/tmp/steve_env0/llama_3.2_3B_fine_tuned_french_ghomala/best_model",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
33 |
},
|
34 |
"rope_theta": 500000.0,
|
35 |
"tie_word_embeddings": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.49.0",
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 128256
|
40 |
}
|