Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
| 8 |
"AutoModelForMaskedLM": "modeling_deberta.DebertaV2ForMaskedLM",
|
| 9 |
"AutoModelForCausalLM": "modeling_deberta.DebertaV2ForCausalLM"
|
| 10 |
},
|
|
|
|
| 11 |
"sep_token_id": 2,
|
| 12 |
"mask_token_id": 128000,
|
| 13 |
"attention_probs_dropout_prob": 0.1,
|
|
|
|
| 8 |
"AutoModelForMaskedLM": "modeling_deberta.DebertaV2ForMaskedLM",
|
| 9 |
"AutoModelForCausalLM": "modeling_deberta.DebertaV2ForCausalLM"
|
| 10 |
},
|
| 11 |
+
"cls_token_id": 1,
|
| 12 |
"sep_token_id": 2,
|
| 13 |
"mask_token_id": 128000,
|
| 14 |
"attention_probs_dropout_prob": 0.1,
|