silver-retriever-base-v1 / tokenizer_config.json
piotr-rybak's picture
init commit
fa15921
raw
history blame contribute delete
No virus
368 Bytes
{
"additional_special_tokens": [],
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"cls_token": "<s>",
"do_lowercase_and_remove_accent": false,
"id2lang": null,
"lang2id": null,
"mask_token": "<mask>",
"model_max_length": 512,
"pad_token": "<pad>",
"sep_token": "</s>",
"tokenizer_class": "HerbertTokenizer",
"unk_token": "<unk>"
}