pangea_translation_model / tokenizer_config.json
Nikoodrk's picture
Upload 8 files
52c2997
raw
history blame contribute delete
No virus
356 Bytes
{
"eos_token": "</s>",
"model_max_length": 512,
"name_or_path": "Helsinki-NLP/opus-tatoeba-en-tr",
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "eng",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"target_lang": "tur",
"tokenizer_class": "MarianTokenizer",
"tokenizer_file": null,
"unk_token": "<unk>"
}