Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "amazingvince/zephyr-smol_llama-100m-dpo-full",
|
3 |
"architectures": [
|
4 |
"KanLlamaModelForSequenceClassification"
|
5 |
],
|
@@ -21,7 +20,7 @@
|
|
21 |
},
|
22 |
"max_position_embeddings": 1024,
|
23 |
"mlp_bias": false,
|
24 |
-
"model_type": "
|
25 |
"num_attention_heads": 24,
|
26 |
"num_hidden_layers": 6,
|
27 |
"num_key_value_heads": 8,
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"KanLlamaModelForSequenceClassification"
|
4 |
],
|
|
|
20 |
},
|
21 |
"max_position_embeddings": 1024,
|
22 |
"mlp_bias": false,
|
23 |
+
"model_type": "kanllama",
|
24 |
"num_attention_heads": 24,
|
25 |
"num_hidden_layers": 6,
|
26 |
"num_key_value_heads": 8,
|