Bump transformers version
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "Neko-Institute-of-Science/LLaMA-7B-HF",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"bos_token_id": 1,
|
7 |
"eos_token_id": 2,
|
@@ -17,7 +17,7 @@
|
|
17 |
"rms_norm_eps": 1e-06,
|
18 |
"tie_word_embeddings": false,
|
19 |
"torch_dtype": "float16",
|
20 |
-
"transformers_version": "4.
|
21 |
"use_cache": true,
|
22 |
"vocab_size": 32000
|
23 |
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "Neko-Institute-of-Science/LLaMA-7B-HF",
|
3 |
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
],
|
6 |
"bos_token_id": 1,
|
7 |
"eos_token_id": 2,
|
|
|
17 |
"rms_norm_eps": 1e-06,
|
18 |
"tie_word_embeddings": false,
|
19 |
"torch_dtype": "float16",
|
20 |
+
"transformers_version": "4.28.1",
|
21 |
"use_cache": true,
|
22 |
"vocab_size": 32000
|
23 |
}
|