alvarobartt commited on
Commit
38c5c05
1 Parent(s): 2324626

Add missing `model_type` to `config.json` (#4)

Browse files

- Add missing `model_type` to `config.json` (8cc9e19200ca2ed33531a21b8c816e6148c344f8)

Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -7,5 +7,6 @@
7
  "n_kv_heads": 8,
8
  "norm_eps": 1e-05,
9
  "vocab_size": 32000,
10
- "sliding_window": 4096
 
11
  }
 
7
  "n_kv_heads": 8,
8
  "norm_eps": 1e-05,
9
  "vocab_size": 32000,
10
+ "sliding_window": 4096,
11
+ "model_type": "mistral"
12
  }