opus-mt-en-tr-kafkaesque / tokenizer_config.json
yeniguno's picture
猡达笍 Add tokenizer for kafkaesque MarianMT EN鈫扵R model
91c77d3 verified
raw
history blame contribute delete
855 Bytes
{
"added_tokens_decoder": {
"43741": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"52508": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"57059": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"extra_special_tokens": {},
"model_max_length": 512,
"pad_token": "<pad>",
"separate_vocabs": false,
"source_lang": "en",
"sp_model_kwargs": {},
"target_lang": "tr",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}