dqnguyen commited on
Commit
62a5a16
1 Parent(s): 3a65bc7

Update config.json

Browse files
Files changed (1) hide show
  1. 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,