Finetuned-hindi-to-english-V5 / tokenizer_config.json
TestZee's picture
Training in progress, step 500
66613af
raw
history blame contribute delete
323 Bytes
{
"eos_token": "</s>",
"model_max_length": 512,
"name_or_path": "Helsinki-NLP/opus-mt-hi-en",
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "hi",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"target_lang": "en",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}