jonaskoenig commited on
Commit
56dad93
1 Parent(s): 8d3cf81

add tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +3 -1
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
@@ -7,7 +7,9 @@
7
  "stride": 0
8
  },
9
  "padding": {
10
- "strategy": "BatchLongest",
 
 
11
  "direction": "Right",
12
  "pad_to_multiple_of": null,
13
  "pad_id": 0,
 
7
  "stride": 0
8
  },
9
  "padding": {
10
+ "strategy": {
11
+ "Fixed": 64
12
+ },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
  "pad_id": 0,
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "do_basic_tokenize": true,
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
- "name_or_path": "microsoft/xtremedistil-l6-h384-uncased",
7
  "never_split": null,
8
  "pad_token": "[PAD]",
9
  "sep_token": "[SEP]",
 
3
  "do_basic_tokenize": true,
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
+ "name_or_path": "microsoft/xtremedistil-l6-h256-uncased",
7
  "never_split": null,
8
  "pad_token": "[PAD]",
9
  "sep_token": "[SEP]",