Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -22,7 +22,7 @@
|
|
22 |
"rope_theta": 1000000,
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
-
"transformers_version": "4.
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 32016
|
28 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/workspace/mzy/MODELS/CodeLlama-7b-Instruct-hf",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
22 |
"rope_theta": 1000000,
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.36.2",
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 32016
|
28 |
}
|