hugo-albert's picture
Training complete
3d3579f verified
raw
history blame
645 Bytes
{
"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": 8,
"pad_token": "<pad>",
"padding": true,
"sep_token": "</s>",
"sp_model_kwargs": {},
"src_lang": "eng_Latn",
"tgt_lang": "eng_Latn",
"tokenizer_class": "NllbTokenizer",
"truncation": true,
"unk_token": "<unk>"
}