en2zh40 / tokenizer_config.json
Carlosino's picture
Training in progress, step 500
af7c8b7
raw
history blame contribute delete
No virus
277 Bytes
{
"eos_token": "</s>",
"model_max_length": 512,
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "eng",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"target_lang": "zho",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}