CoolFace
Modelpublic

AhanaSrinivas/crossbase-tokenizer

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
tokenizer_config.json10 linesDownload Raw Back to root
1{
2  "backend": "tokenizers",
3  "bos_token": "<bos>",
4  "eos_token": "<eos>",
5  "model_max_length": 1000000000000000019884624838656,
6  "pad_token": "<pad>",
7  "tokenizer_class": "TokenizersBackend",
8  "unk_token": "<unk>"
9}
10