File size: 631 Bytes
e7859c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"mask_token": "[MASK]",
"max_len": 512,
"model_max_length": 512,
"name_or_path": "lserinol/bert-turkish-question-answering",
"never_split": null,
"pad_token": "[PAD]",
"return_special_tokens_mask": true,
"sep_token": "[SEP]",
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--lserinol--bert-turkish-question-answering/snapshots/791f71680be796c2785d23eb29baeb805d1ec16c/special_tokens_map.json",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}
|