File size: 314 Bytes
134f3a1
587ca32
5e45af8
 
 
 
 
 
 
 
 
 
587ca32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "clean_up_tokenization_spaces": true,
  "do_lower_case": false,
  "model_max_length": 512,
  "special_tokens": {
    "mask_token": "[MASK]",
    "pad_token": "[PAD]",
    "sep_token": "[SEP]"
  },
  "tokenize_chinese_chars": false,
  "tokenizer_class": "PreTrainedTokenizerFast",
  "trust_remote_code": true
}