Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -20,7 +19,7 @@
|
|
20 |
"rope_scaling": null,
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "float16",
|
23 |
-
"transformers_version": "4.31.0",
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 32000
|
26 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LlamaForCausalLM"
|
4 |
],
|
|
|
19 |
"rope_scaling": null,
|
20 |
"tie_word_embeddings": false,
|
21 |
"torch_dtype": "float16",
|
22 |
+
"transformers_version": "4.31.0.dev0",
|
23 |
"use_cache": true,
|
24 |
"vocab_size": 32000
|
25 |
}
|