Younes Belkada
commited on
Commit
•
d6e3260
1
Parent(s):
bf2a471
Update config.json
Browse files- config.json +4 -2
config.json
CHANGED
@@ -3,9 +3,11 @@
|
|
3 |
"attention_dropout": 0.0,
|
4 |
"attention_softmax_in_fp32": true,
|
5 |
"bias_dropout_fusion": true,
|
6 |
-
"bos_token_id":
|
7 |
"dtype": "bfloat16",
|
8 |
-
"eos_token_id":
|
|
|
|
|
9 |
"hidden_dropout": 0.0,
|
10 |
"initializer_range": 0.02,
|
11 |
"layer_norm_epsilon": 1e-05,
|
|
|
3 |
"attention_dropout": 0.0,
|
4 |
"attention_softmax_in_fp32": true,
|
5 |
"bias_dropout_fusion": true,
|
6 |
+
"bos_token_id": 1,
|
7 |
"dtype": "bfloat16",
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"pad_token_id": 3,
|
10 |
+
"unk_token_id": 0,
|
11 |
"hidden_dropout": 0.0,
|
12 |
"initializer_range": 0.02,
|
13 |
"layer_norm_epsilon": 1e-05,
|