orionweller commited on
Commit
1dbd43f
·
verified ·
1 Parent(s): 4a0297e

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -940,7 +940,7 @@
940
  "eos_token": "[SEP]",
941
  "bos_token": "[CLS]",
942
  "is_causal": true,
943
- "tokenizer_class": "GPTNeoXTokenizer",
944
  "model_input_names": [
945
  "input_ids",
946
  "attention_mask"
 
940
  "eos_token": "[SEP]",
941
  "bos_token": "[CLS]",
942
  "is_causal": true,
943
+ "tokenizer_class": "GPTNeoXTokenizerFast",
944
  "model_input_names": [
945
  "input_ids",
946
  "attention_mask"