Balochi-Model / tokenizer_config.json
Bakhteyar's picture
Upload folder using huggingface_hub
c29e49e verified
Raw
History Blame Contribute Delete
899 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"64109": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": null,
"backend": "custom",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"is_local": false,
"model_max_length": 512,
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "eng",
"sp_model_kwargs": {},
"target_lang": "mul",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}