Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "lex-hue/
|
| 3 |
"architectures": [
|
| 4 |
"MistralForCausalLM"
|
| 5 |
],
|
| 6 |
-
|
| 7 |
"AutoConfig": "configuration_mistral.MistralConfig",
|
| 8 |
"AutoModelForCausalLM": "modeling_mistral_yarn.MistralForCausalLM"
|
| 9 |
},
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "lex-hue/Delexa-7b",
|
| 3 |
"architectures": [
|
| 4 |
"MistralForCausalLM"
|
| 5 |
],
|
| 6 |
+
"auto_map": {
|
| 7 |
"AutoConfig": "configuration_mistral.MistralConfig",
|
| 8 |
"AutoModelForCausalLM": "modeling_mistral_yarn.MistralForCausalLM"
|
| 9 |
},
|