onnx-opus-mt-fr-it / tokenizer_config.json
blancsw's picture
Upload tokenizer_config.json with huggingface_hub
ba14003 verified
raw
history blame
No virus
826 Bytes
{
"added_tokens_decoder": {
"46076": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"53676": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"56132": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 512,
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "fra",
"sp_model_kwargs": {},
"target_lang": "ita",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}