Tobi-Bueck commited on
Commit
3c5d617
·
verified ·
1 Parent(s): 4588956

Upload tokenizer

Browse files
Files changed (3) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +6 -3
  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
@@ -41,16 +41,19 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": false,
 
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 512,
 
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
- "tokenizer_class": "DistilBertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
  "extra_special_tokens": {},
49
  "mask_token": "[MASK]",
50
+ "max_len": 512,
51
  "model_max_length": 512,
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
  }
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff