finnianx commited on
Commit
13327ca
·
verified ·
1 Parent(s): 40186ab

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -5,5 +5,5 @@
5
  "is_local": true,
6
  "model_max_length": 1024,
7
  "pad_token": "<pad>",
8
- "tokenizer_class": "TokenizersBackend"
9
  }
 
5
  "is_local": true,
6
  "model_max_length": 1024,
7
  "pad_token": "<pad>",
8
+ "tokenizer_class": "PreTrainedTokenizerFast"
9
  }