Xenova HF Staff commited on
Commit
976ad55
·
verified ·
1 Parent(s): 6a4dc9f

Set tokenizer class to `PreTrainedTokenizerFast`

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -8009,6 +8009,6 @@
8009
  "clean_up_tokenization_spaces": false,
8010
  "eos_token": "</s>",
8011
  "model_max_length": 1000000000000000019884624838656,
8012
- "tokenizer_class": "GPT2Tokenizer",
8013
  "unk_token": "<unk>"
8014
  }
 
8009
  "clean_up_tokenization_spaces": false,
8010
  "eos_token": "</s>",
8011
  "model_max_length": 1000000000000000019884624838656,
8012
+ "tokenizer_class": "PreTrainedTokenizerFast",
8013
  "unk_token": "<unk>"
8014
  }