Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -9,9 +9,9 @@
|
|
9 |
"AutoConfig": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralConfig",
|
10 |
"AutoModel": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralModel",
|
11 |
"AutoModelForCausalLM": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralStarForCausalLM",
|
12 |
-
"AutoModelForSequenceClassification": "LeroyDyer/_Spydaz_Web_AI_MistralStar--
|
13 |
-
"AutoModelForTokenClassification": "LeroyDyer/_Spydaz_Web_AI_MistralStar--
|
14 |
-
"AutoModelForQuestionAnswering": "LeroyDyer/_Spydaz_Web_AI_MistralStar--
|
15 |
},
|
16 |
"bos_token_id": 1,
|
17 |
"eos_token_id": 2,
|
|
|
9 |
"AutoConfig": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralConfig",
|
10 |
"AutoModel": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralModel",
|
11 |
"AutoModelForCausalLM": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralStarForCausalLM",
|
12 |
+
"AutoModelForSequenceClassification": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralForSequenceClassification",
|
13 |
+
"AutoModelForTokenClassification": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralForTokenClassification",
|
14 |
+
"AutoModelForQuestionAnswering": "LeroyDyer/_Spydaz_Web_AI_MistralStar--modelling_mistral.MistralForQuestionAnswering"
|
15 |
},
|
16 |
"bos_token_id": 1,
|
17 |
"eos_token_id": 2,
|