lvwerra HF staff loubnabnl HF staff commited on
Commit
acfb201
1 Parent(s): 1dab6bb

add dropout (#13)

Browse files

- add dropout (1b425dd4908f4997586767d1495d96ab56bd57d4)


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

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