Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -12,6 +12,9 @@
|
|
| 12 |
"AutoModelForQuestionAnswering": "modeling_gptbert.GptBertForQuestionAnswering",
|
| 13 |
"AutoModelForMultipleChoice": "modeling_gptbert.GptBertForMultipleChoice"
|
| 14 |
},
|
|
|
|
|
|
|
|
|
|
| 15 |
"attention_dropout": 0.0,
|
| 16 |
"attention_output_dropout_p": 0.0,
|
| 17 |
"attention_inter_norm_affine": false,
|
|
|
|
| 12 |
"AutoModelForQuestionAnswering": "modeling_gptbert.GptBertForQuestionAnswering",
|
| 13 |
"AutoModelForMultipleChoice": "modeling_gptbert.GptBertForMultipleChoice"
|
| 14 |
},
|
| 15 |
+
"bos_token_id": 1,
|
| 16 |
+
"eos_token_id": 2,
|
| 17 |
+
"mask_token_id": 4,
|
| 18 |
"attention_dropout": 0.0,
|
| 19 |
"attention_output_dropout_p": 0.0,
|
| 20 |
"attention_inter_norm_affine": false,
|