kevinzhang120 commited on
Commit
3a3e8c0
·
verified ·
1 Parent(s): 61892fe

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -23,7 +23,6 @@
23
  "rstrip": false,
24
  "single_word": false
25
  },
26
- "pad_token": "</s>",
27
  "unk_token": {
28
  "content": "<unk>",
29
  "lstrip": false,
 
23
  "rstrip": false,
24
  "single_word": false
25
  },
 
26
  "unk_token": {
27
  "content": "<unk>",
28
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 2048,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 2,
14
- "pad_type_id": 0,
15
- "pad_token": "</s>"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
tokenizer_config.json CHANGED
@@ -77,8 +77,7 @@
77
  "legacy": null,
78
  "middle_token": "▁<MID>",
79
  "model_max_length": 1000000000000000019884624838656,
80
- "pad_token": "</s>",
81
- "padding_side": "right",
82
  "prefix_token": "▁<PRE>",
83
  "sp_model_kwargs": {},
84
  "suffix_token": "▁<SUF>",
 
77
  "legacy": null,
78
  "middle_token": "▁<MID>",
79
  "model_max_length": 1000000000000000019884624838656,
80
+ "pad_token": null,
 
81
  "prefix_token": "▁<PRE>",
82
  "sp_model_kwargs": {},
83
  "suffix_token": "▁<SUF>",