LLM_Model_Multiple_choice_questions / tokenizer_config.json
namban4123's picture
Upload 8 files
a5acb69 verified
raw
history blame
517 Bytes
{
"bos_token": "[CLS]",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_lower_case": false,
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"max_length": 256,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"sp_model_kwargs": {},
"split_by_punct": false,
"stride": 0,
"tokenizer_class": "DebertaV2Tokenizer",
"truncation_side": "right",
"truncation_strategy": "only_first",
"unk_token": "[UNK]",
"vocab_type": "spm"
}