stefan-it commited on
Commit
f39ac83
1 Parent(s): 1cd7ac7

config: fix tokenizer class

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -15,7 +15,7 @@
15
  "num_attention_heads": 8,
16
  "num_hidden_layers": 4,
17
  "pad_token_id": 1,
18
- "tokenizer_class": "Roberta",
19
  "type_vocab_size": 1,
20
  "vocab_size": 50265
21
  }
15
  "num_attention_heads": 8,
16
  "num_hidden_layers": 4,
17
  "pad_token_id": 1,
18
+ "tokenizer_class": "RobertaTokenizer",
19
  "type_vocab_size": 1,
20
  "vocab_size": 50265
21
  }