MiniLM-L6-danish-reranker / tokenizer_config.json
KennethTM's picture
initial comiit
6a09d98 verified
raw
history blame
No virus
294 Bytes
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"model_max_length": 512,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]",
"vocab": "bert-uncased-tokenizer-danish/vocab.txt"
}