duraad commited on
Commit
22459d3
1 Parent(s): 89a3de0

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +0 -7
tokenizer_config.json CHANGED
@@ -48,19 +48,12 @@
48
  "do_lower_case": true,
49
  "eos_token": "[SEP]",
50
  "mask_token": "[MASK]",
51
- "max_length": 512,
52
  "model_max_length": 1000000000000000019884624838656,
53
  "never_split": null,
54
- "pad_to_multiple_of": null,
55
  "pad_token": "[PAD]",
56
- "pad_token_type_id": 0,
57
- "padding_side": "right",
58
  "sep_token": "[SEP]",
59
- "stride": 0,
60
  "strip_accents": null,
61
  "tokenize_chinese_chars": true,
62
  "tokenizer_class": "BertTokenizer",
63
- "truncation_side": "right",
64
- "truncation_strategy": "longest_first",
65
  "unk_token": "[UNK]"
66
  }
 
48
  "do_lower_case": true,
49
  "eos_token": "[SEP]",
50
  "mask_token": "[MASK]",
 
51
  "model_max_length": 1000000000000000019884624838656,
52
  "never_split": null,
 
53
  "pad_token": "[PAD]",
 
 
54
  "sep_token": "[SEP]",
 
55
  "strip_accents": null,
56
  "tokenize_chinese_chars": true,
57
  "tokenizer_class": "BertTokenizer",
 
 
58
  "unk_token": "[UNK]"
59
  }