File size: 526 Bytes
2816ac4
 
 
 
 
 
 
 
 
 
 
 
3610a72
5c18a95
b6f0f6a
 
 
 
 
2816ac4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "clean_up_tokenization_spaces": true,
  "cls_token": "[CLS]",
  "do_lower_case": false,
  "mask_token": "[MASK]",
  "model_max_length": 512,
  "pad_token": "[PAD]",
  "processor_class": "BarkProcessor",
  "sep_token": "[SEP]",
  "strip_accents": null,
  "tokenize_chinese_chars": true,
  "tokenizer_class": "BertTokenizer",
  "tokenizer_type": "bert",
  "unk_token": "[UNK]",
  "return_tensors": "pt",
  "max_length": 256,
  "add_special_tokens": false,
  "return_attention_mask": true,
  "return_token_type_ids": false
}