MarianCausalLM / tokenizer_config.json
AhmedSSoliman's picture
Update tokenizer_config.json
c675538
raw
history blame
281 Bytes
{
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"model_max_length": 2048,
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "en",
"sp_model_kwargs": {},
"target_lang": "en",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}