traum-tokenizer / tokenizer_config.json
assemsabry's picture
Upload tokenizer_config.json with huggingface_hub
31f0b90 verified
raw
history blame contribute delete
223 Bytes
{
"backend": "tokenizers",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}