Update config.json
Browse files- config.json +9 -2
config.json
CHANGED
@@ -1,13 +1,20 @@
|
|
1 |
{
|
2 |
"_name_or_path": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT",
|
3 |
"architectures": [
|
4 |
-
"MistralForCausalLM"
|
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--configuration_mistral.MistralConfig",
|
9 |
"AutoModel": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralModel",
|
10 |
-
"AutoModelForCausalLM": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralStarForCausalLM"
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
"bos_token_id": 1,
|
13 |
"eos_token_id": 2,
|
|
|
1 |
{
|
2 |
"_name_or_path": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT",
|
3 |
"architectures": [
|
4 |
+
"MistralForCausalLM","MistralStarForCausalLM","MistralSelfExtendForCausalLM","MistralQuietForCausalLM",
|
5 |
+
"MistralForSequenceClassification","MistralForTokenClassification","MistralForQuestionAnswering"
|
6 |
],
|
7 |
"attention_dropout": 0.0,
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--configuration_mistral.MistralConfig",
|
10 |
"AutoModel": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralModel",
|
11 |
+
"AutoModelForCausalLM": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralStarForCausalLM",
|
12 |
+
"MistralForCausalLM": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralForCausalLM",
|
13 |
+
"MistralSelfExtendForCausalLM": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralSelfExtendForCausalLM",
|
14 |
+
"MistralQuietForCausalLM": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralQuietForCausalLM",
|
15 |
+
"MistralForSequenceClassification": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralForSequenceClassification",
|
16 |
+
"MistralForTokenClassification": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralForTokenClassification",
|
17 |
+
"MistralForQuestionAnswering": "LeroyDyer/_Spydaz_Web_AI_QStar_4_BIT--modeling_mistral.MistralForQuestionAnswering",
|
18 |
},
|
19 |
"bos_token_id": 1,
|
20 |
"eos_token_id": 2,
|