hfl-rc
commited on
Commit
·
124884c
1
Parent(s):
15b34d7
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": 16,
|
| 18 |
"num_hidden_layers": 24,
|
| 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": 16,
|
| 18 |
"num_hidden_layers": 24,
|
| 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,
|