lvwerra HF staff loubnabnl HF staff commited on
Commit
733247c
1 Parent(s): cc9b0d4

add dropout (#6)

Browse files

- add dropout (fd801e8f623554883a151c6b9b25a66fe8b3231c)


Co-authored-by: Loubna Ben Allal <loubnabnl@users.noreply.huggingface.co>

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",