nllb-ensi-v1-tuning / tokenizer_config.json
zaanind's picture
Upload tokenizer
475d211 verified
{
"additional_special_tokens": null,
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"legacy_behaviour": false,
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"max_length": 128,
"model_max_length": 1024,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "</s>",
"sp_model_kwargs": {},
"src_lang": null,
"stride": 0,
"tgt_lang": null,
"tokenizer_class": "NllbTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "<unk>"
}