Juba-27M / tokenizer_config.json
ainouche-abderahmane's picture
Ship the modelling code, tokenizer and auto_map so the model loads with transformers alone
8694f30 verified
Raw
History Blame Contribute Delete
195 Bytes
{
"backend": "tokenizers",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"model_max_length": 256,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}