Upload LlamaForCausalLM
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "./
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -23,7 +23,7 @@
|
|
23 |
"rope_theta": 10000.0,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "float32",
|
26 |
-
"transformers_version": "4.41.
|
27 |
"use_cache": false,
|
28 |
"vocab_size": 40962
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./output-EEVE-Korean-10.8B-v1.0-conversation-RAFT-Dataset/v0.1",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
23 |
"rope_theta": 10000.0,
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "float32",
|
26 |
+
"transformers_version": "4.41.1",
|
27 |
"use_cache": false,
|
28 |
"vocab_size": 40962
|
29 |
}
|
generation_config.json
CHANGED
@@ -3,6 +3,6 @@
|
|
3 |
"bos_token_id": 1,
|
4 |
"do_sample": true,
|
5 |
"eos_token_id": 32000,
|
6 |
-
"transformers_version": "4.41.
|
7 |
"use_cache": false
|
8 |
}
|
|
|
3 |
"bos_token_id": 1,
|
4 |
"do_sample": true,
|
5 |
"eos_token_id": 32000,
|
6 |
+
"transformers_version": "4.41.1",
|
7 |
"use_cache": false
|
8 |
}
|