opus-mt-finetuned-en-hi / tokenizer_config.json
AbhirupGhosh's picture
Added model and tokenizer
29f4af8
raw
history blame
325 Bytes
{
"eos_token": "</s>",
"model_max_length": 512,
"name_or_path": "Helsinki-NLP/opus-mt-en-hi",
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "eng",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"target_lang": "hin",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}