Create config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["MistralForCausalLM"],
|
| 3 |
+
"model_type": "mistral",
|
| 4 |
+
"auto_map": {
|
| 5 |
+
"AutoModelForCausalLM": "mistralai/Mistral-7B-Instruct-v0.3"
|
| 6 |
+
},
|
| 7 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3"
|
| 8 |
+
}
|