HARE / tokenizer_config.json
SixOpen's picture
Upload folder using huggingface_hub
f8ab83c verified
raw
history blame contribute delete
377 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"is_local": true,
"mask_token": "[MASK]",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}