AshtonIsNotHere commited on
Commit
27511b8
1 Parent(s): 7438993

Updated tokenizer_class

Browse files

"tokenizer_class": "XLMRobertaTokenizer",

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "architectures": [
3
  "LongformerForMaskedLM"
4
  ],
5
- "tokenizer_class": "xlm-roberta",
6
  "attention_mode": "longformer",
7
  "attention_probs_dropout_prob": 0.1,
8
  "attention_window": [
 
2
  "architectures": [
3
  "LongformerForMaskedLM"
4
  ],
5
+ "tokenizer_class": "XLMRobertaTokenizer",
6
  "attention_mode": "longformer",
7
  "attention_probs_dropout_prob": 0.1,
8
  "attention_window": [