Upload folder using huggingface_hub
Browse files- config.json +3 -5
config.json
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
{
|
2 |
-
"architectures": [
|
3 |
-
"ArceeForCausalLM"
|
4 |
-
],
|
5 |
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 128000,
|
@@ -17,7 +15,7 @@
|
|
17 |
"num_attention_heads": 20,
|
18 |
"num_hidden_layers": 36,
|
19 |
"num_key_value_heads": 4,
|
20 |
-
"rms_norm_eps": 1e-
|
21 |
"rope_scaling": {
|
22 |
"beta_fast": 32.0,
|
23 |
"beta_slow": 1.0,
|
@@ -32,5 +30,5 @@
|
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.54.1",
|
34 |
"use_cache": false,
|
35 |
-
"vocab_size":
|
36 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": ["ArceeForCausalLM"],
|
|
|
|
|
3 |
"attention_bias": false,
|
4 |
"attention_dropout": 0.0,
|
5 |
"bos_token_id": 128000,
|
|
|
15 |
"num_attention_heads": 20,
|
16 |
"num_hidden_layers": 36,
|
17 |
"num_key_value_heads": 4,
|
18 |
+
"rms_norm_eps": 1e-5,
|
19 |
"rope_scaling": {
|
20 |
"beta_fast": 32.0,
|
21 |
"beta_slow": 1.0,
|
|
|
30 |
"torch_dtype": "bfloat16",
|
31 |
"transformers_version": "4.54.1",
|
32 |
"use_cache": false,
|
33 |
+
"vocab_size": 128004
|
34 |
}
|