Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/fs/archive/share/yulan/data/aa_github/Llama-3-SynE",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
@@ -23,7 +22,7 @@
|
|
| 23 |
"rope_theta": 500000.0,
|
| 24 |
"tie_word_embeddings": false,
|
| 25 |
"torch_dtype": "bfloat16",
|
| 26 |
-
"transformers_version": "4.
|
| 27 |
"use_cache": false,
|
| 28 |
"vocab_size": 128256
|
| 29 |
}
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"LlamaForCausalLM"
|
| 4 |
],
|
|
|
|
| 22 |
"rope_theta": 500000.0,
|
| 23 |
"tie_word_embeddings": false,
|
| 24 |
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.42.0",
|
| 26 |
"use_cache": false,
|
| 27 |
"vocab_size": 128256
|
| 28 |
}
|