tiny-random-LagunaModel / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for LagunaModel
a82fbc0 verified
Raw
History Blame Contribute Delete
401 Bytes
{
"backend": "tokenizers",
"bos_token": "〈|EOS|〉",
"clean_up_tokenization_spaces": false,
"cls_token": "〈|CLS|〉",
"eos_token": "〈|EOS|〉",
"is_local": true,
"local_files_only": false,
"mask_token": "〈|MASK|〉",
"model_max_length": 512,
"pad_token": "〈|PAD|〉",
"sep_token": "〈|SEP|〉",
"tokenizer_class": "TokenizersBackend",
"unk_token": "〈|UNK|〉"
}