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