tiny-random-models / blt /BltModel /tokenizer_config.json
IlyasMoutawwakil's picture
Upload folder using huggingface_hub (part 3)
5bbddfe verified
Raw
History Blame Contribute Delete
329 Bytes
{
"backend": "tokenizers",
"bos_token": "<s>",
"eos_token": "</s>",
"is_local": true,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 32,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>",
"vocab_size": 260
}