James Reder commited on
Commit
dd0b8e7
·
1 Parent(s): 119aaf6

Upload tokenizer

Browse files
Files changed (3) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +3 -2
  3. vocab.txt +0 -0
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,13 +1,14 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
- "do_lower_case": false,
 
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
- "tokenizer_class": "BertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "cuda": 0,
5
+ "do_lower_case": true,
6
  "mask_token": "[MASK]",
7
  "model_max_length": 512,
8
  "pad_token": "[PAD]",
9
  "sep_token": "[SEP]",
10
  "strip_accents": null,
11
  "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
  "unk_token": "[UNK]"
14
  }
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff