loubnabnl HF staff commited on
Commit
fd801e8
1 Parent(s): cc9b0d4

add dropout

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -2,7 +2,9 @@
2
  "architectures": [
3
  "Starcoder2ForCausalLM"
4
  ],
5
- "attention_dropout": 0.0,
 
 
6
  "bos_token_id": 0,
7
  "eos_token_id": 0,
8
  "hidden_act": "gelu_pytorch_tanh",
 
2
  "architectures": [
3
  "Starcoder2ForCausalLM"
4
  ],
5
+ "attention_dropout": 0.1,
6
+ "residual_dropout": 0.1,
7
+ "embedding_dropout": 0.1,
8
  "bos_token_id": 0,
9
  "eos_token_id": 0,
10
  "hidden_act": "gelu_pytorch_tanh",