nano-translate-v1 / tokenizer_config.json
kd13's picture
Upload 4 files
7d74be2 verified
raw
history blame contribute delete
244 Bytes
{
"backend": "tokenizers",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"is_local": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}