fine_tuned_helsinki_model / tokenizer_config.json
EricPeter's picture
Upload tokenizer
f37bbbf
raw
history blame contribute delete
308 Bytes
{
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 512,
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "eng",
"sp_model_kwargs": {},
"target_lang": "mul",
"tokenizer_class": "MarianTokenizer",
"tokenizer_file": null,
"unk_token": "<unk>"
}