Upload config
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "/workspace/home/heuiyeen/Data/Slimorca_neft",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"bos_token_id": 1,
|
@@ -21,7 +21,7 @@
|
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 10000.0,
|
23 |
"tie_word_embeddings": false,
|
24 |
-
"torch_dtype": "
|
25 |
"transformers_version": "4.34.1",
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 32001
|
|
|
1 |
{
|
2 |
"_name_or_path": "/workspace/home/heuiyeen/Data/Slimorca_neft",
|
3 |
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"bos_token_id": 1,
|
|
|
21 |
"rope_scaling": null,
|
22 |
"rope_theta": 10000.0,
|
23 |
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.34.1",
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 32001
|