Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
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,
|
|
|
3 |
"RobertaForMaskedLM"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
+
"AutoTokenizer": ["tokenization_bertweet.BertweetTokenizer", "tokenization_bertweet_fast.BertweetTokenizerFast"]
|
7 |
},
|
8 |
"attention_probs_dropout_prob": 0.1,
|
9 |
"bos_token_id": 0,
|