jheuschkel commited on
Commit
6e85141
·
verified ·
1 Parent(s): 08d3be6

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -53,7 +53,7 @@
53
  "pad_token_type_id": 500,
54
  "padding_side": "right",
55
  "stride": 0,
56
- "tokenizer_class": "SynCodonLMTokenizer",
57
  "truncation_side": "right",
58
  "truncation_strategy": "longest_first",
59
  "unk_token": "[UNK]"
 
53
  "pad_token_type_id": 500,
54
  "padding_side": "right",
55
  "stride": 0,
56
+ "tokenizer_class": "PreTrainedTokenizerFast",
57
  "truncation_side": "right",
58
  "truncation_strategy": "longest_first",
59
  "unk_token": "[UNK]"