nathan-weinberg ygal commited on
Commit
fd5873d
1 Parent(s): 30046b1

Add architectures field to the config.json file (#1)

Browse files

- Add architectures field to the config.json file (dc3b6ca64abf6fdfcc82c58f132fe4da0477e262)


Co-authored-by: Ygal Blum <ygal@users.noreply.huggingface.co>

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,