Add architectures field to the config.json file

#1
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,4 +1,7 @@
1
  {
 
 
 
2
  "attention_bias": false,
3
  "attention_dropout": 0.0,
4
  "bos_token_id": 1,
 
1
  {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,