eac123 commited on
Commit
5a8cea8
·
verified ·
1 Parent(s): ee0ec4f

Remove TokenizersBackend tokenizer_class for vLLM compatibility

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +2 -3
tokenizer_config.json CHANGED
@@ -180,6 +180,5 @@
180
  "attention_mask"
181
  ],
182
  "model_max_length": 1000000000000000019884624838656,
183
- "pad_token": "<|endoftext|>",
184
- "tokenizer_class": "PreTrainedTokenizerFast"
185
- }
 
180
  "attention_mask"
181
  ],
182
  "model_max_length": 1000000000000000019884624838656,
183
+ "pad_token": "<|endoftext|>"
184
+ }