Canwen Xu commited on
Commit
f8a8e50
1 Parent(s): eb23326

Fix tokenizer

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "attention_probs_dropout_prob": 0.1,
 
3
  "hidden_act": "gelu",
4
  "hidden_dropout_prob": 0.1,
5
  "hidden_size": 384,
1
  {
2
  "attention_probs_dropout_prob": 0.1,
3
+ "tokenizer_class": "XLMRobertaTokenizer",
4
  "hidden_act": "gelu",
5
  "hidden_dropout_prob": 0.1,
6
  "hidden_size": 384,