Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "OEvortex/HelpingAI-3B-v3",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
@@ -16,7 +16,7 @@
|
|
16 |
"intermediate_size": 6912,
|
17 |
"layer_norm_eps": 1e-05,
|
18 |
"max_position_embeddings": 4096,
|
19 |
-
"model_type": "
|
20 |
"norm_eps": 1e-05,
|
21 |
"num_attention_heads": 32,
|
22 |
"num_experts_per_tok": 2,
|
|
|
1 |
{
|
2 |
"_name_or_path": "OEvortex/HelpingAI-3B-v3",
|
3 |
"architectures": [
|
4 |
+
"StableLmForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
|
|
16 |
"intermediate_size": 6912,
|
17 |
"layer_norm_eps": 1e-05,
|
18 |
"max_position_embeddings": 4096,
|
19 |
+
"model_type": "stablelm",
|
20 |
"norm_eps": 1e-05,
|
21 |
"num_attention_heads": 32,
|
22 |
"num_experts_per_tok": 2,
|