Remove TokenizersBackend tokenizer_class for vLLM compatibility
Browse files- 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 |
-
|
| 185 |
-
}
|
|
|
|
| 180 |
"attention_mask"
|
| 181 |
],
|
| 182 |
"model_max_length": 1000000000000000019884624838656,
|
| 183 |
+
"pad_token": "<|endoftext|>"
|
| 184 |
+
}
|
|
|