Text Classification
Transformers
Safetensors
English
distilbert
ai-text-detection
academic-integrity
paperguard
text-embeddings-inference
paperguard-ai-detector / tokenizer_config.json
vediumsameer's picture
Upload multi-dataset trained v1.5 AI detection model (99.81% Acc)
55dcf38 verified
Raw
History Blame Contribute Delete
592 Bytes
{
"backend": "tokenizers",
"cls_token": "[CLS]",
"do_lower_case": true,
"is_local": false,
"local_files_only": false,
"mask_token": "[MASK]",
"max_length": 512,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "[PAD]",
"pad_token_type_id": 0,
"padding_side": "right",
"sep_token": "[SEP]",
"stride": 0,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_token": "[UNK]"
}