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