Myloiose commited on
Commit
63cbfd0
·
verified ·
1 Parent(s): c48c07f

Create config.json

Browse files
Files changed (1) hide show
  1. 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
+ }