alpindale commited on
Commit
651f3a3
1 Parent(s): 3e3f3cf

Update config.json

Browse files

need this for training

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "architectures": [
3
  "MistralForCausalLM"
4
  ],
5
- "attention_dropout": 0.0,
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",
 
2
  "architectures": [
3
  "MistralForCausalLM"
4
  ],
5
+ "attention_dropout": 0.6,
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",