potion-base-8m-onnx / tokenizer_config.json
stephantulkens's picture
Upload folder using huggingface_hub
e893cf4 verified
Raw
History Blame Contribute Delete
271 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": false,
"model_max_length": 512,
"pad_to_multiple_of": null,
"pad_token": "[PAD]",
"pad_token_type_id": 0,
"padding_side": "right",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}