Commit
·
4788dc4
1
Parent(s):
1c9ef61
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -4,7 +4,8 @@
|
|
4 |
"architectures": [
|
5 |
"BloomForSequenceClassification"
|
6 |
],
|
7 |
-
"attention_dropout": 0.
|
|
|
8 |
"attention_softmax_in_fp32": true,
|
9 |
"bias_dropout_fusion": true,
|
10 |
"bos_token_id": 1,
|
|
|
4 |
"architectures": [
|
5 |
"BloomForSequenceClassification"
|
6 |
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"attention_probs_dropout_prob": 0.1,
|
9 |
"attention_softmax_in_fp32": true,
|
10 |
"bias_dropout_fusion": true,
|
11 |
"bos_token_id": 1,
|