add dropout
Browse files- config.json +3 -1
config.json
CHANGED
@@ -2,7 +2,9 @@
|
|
2 |
"architectures": [
|
3 |
"Starcoder2ForCausalLM"
|
4 |
],
|
5 |
-
"attention_dropout": 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",
|