system HF staff commited on
Commit
72cfd3c
1 Parent(s): b8538ad

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -14,7 +14,7 @@
14
  "num_attention_heads": 12,
15
  "num_hidden_layers": 12,
16
  "pad_token_id": 1,
17
- "tokenizer_class": "HerbertTokenizerFast",
18
  "type_vocab_size": 2,
19
  "vocab_size": 50000
20
  }
 
14
  "num_attention_heads": 12,
15
  "num_hidden_layers": 12,
16
  "pad_token_id": 1,
17
+ "tokenizer_class": "XLMTokenizer",
18
  "type_vocab_size": 2,
19
  "vocab_size": 50000
20
  }