File size: 351 Bytes
14577f3 f7bb7af 14577f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"eos_token": "</s>",
"model_max_length": 512,
"name_or_path": "Helsinki-NLP/opus-mt-en-ar",
"pad_token": "<pad>",
"return_tensors": "pt",
"separate_vocabs": false,
"source_lang": "eng",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"target_lang": "ara",
"tokenizer_class": "MarianTokenizer",
"unk_token": "<unk>"
}
|