Update config.json
Browse files- config.json +2 -3
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "Marx-3B-V3",
|
3 |
"architectures": [
|
4 |
"StableLMEpochForCausalLM"
|
5 |
],
|
@@ -24,8 +23,8 @@
|
|
24 |
"rope_theta": 10000,
|
25 |
"rotary_scaling_factor": 1.0,
|
26 |
"tie_word_embeddings": false,
|
27 |
-
"torch_dtype": "
|
28 |
-
"transformers_version": "4.
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 50304
|
31 |
}
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"StableLMEpochForCausalLM"
|
4 |
],
|
|
|
23 |
"rope_theta": 10000,
|
24 |
"rotary_scaling_factor": 1.0,
|
25 |
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "bfloat16",
|
27 |
+
"transformers_version": "4.33.2",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 50304
|
30 |
}
|