e5-large-en-ru / tokenizer_config.json
d0rj's picture
Upload tokenizer
f84fc35
raw
history blame
No virus
678 Bytes
{
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"model_max_length": 512,
"name_or_path": "intfloat/multilingual-e5-large",
"pad_token": "<pad>",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": "/home/jovyan/.cache/huggingface/hub/models--intfloat--multilingual-e5-large/snapshots/c505dce3578a12ec54e47bdc72bef5cd0eacb085/special_tokens_map.json",
"tokenizer_class": "XLMRobertaTokenizer",
"unk_token": "<unk>"
}