hfl-rc
commited on
Commit
•
7e83adc
1
Parent(s):
3c83154
change pad_token_id from 1 to 0
Browse files- config.json +1 -1
config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"num_attention_heads": 12,
|
18 |
"num_hidden_layers": 12,
|
19 |
"output_past": true,
|
20 |
-
"pad_token_id":
|
21 |
"pooler_fc_size": 768,
|
22 |
"pooler_num_attention_heads": 12,
|
23 |
"pooler_num_fc_layers": 3,
|
|
|
17 |
"num_attention_heads": 12,
|
18 |
"num_hidden_layers": 12,
|
19 |
"output_past": true,
|
20 |
+
"pad_token_id": 0,
|
21 |
"pooler_fc_size": 768,
|
22 |
"pooler_num_attention_heads": 12,
|
23 |
"pooler_num_fc_layers": 3,
|