Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
"architectures": [
|
3 |
"RobertaForMaskedLM"
|
4 |
],
|
|
|
|
|
|
|
5 |
"attention_probs_dropout_prob": 0.1,
|
6 |
"bos_token_id": 0,
|
7 |
"eos_token_id": 2,
|
|
|
2 |
"architectures": [
|
3 |
"RobertaForMaskedLM"
|
4 |
],
|
5 |
+
"auto_map": {
|
6 |
+
"AutoTokenizer": "tokenization_bertweet_fast.BertweetTokenizerFast"
|
7 |
+
},
|
8 |
"attention_probs_dropout_prob": 0.1,
|
9 |
"bos_token_id": 0,
|
10 |
"eos_token_id": 2,
|