lunarsylph commited on
Commit
72415da
·
verified ·
1 Parent(s): 78adfd8

Upload tokenizer

Browse files
special_tokens_map.json CHANGED
@@ -14,7 +14,7 @@
14
  "single_word": false
15
  },
16
  "pad_token": {
17
- "content": "<unk>",
18
  "lstrip": false,
19
  "normalized": false,
20
  "rstrip": false,
 
14
  "single_word": false
15
  },
16
  "pad_token": {
17
+ "content": "</s>",
18
  "lstrip": false,
19
  "normalized": false,
20
  "rstrip": false,
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 2048,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -35,7 +35,7 @@
35
  "legacy": true,
36
  "max_length": 2048,
37
  "model_max_length": 1000000000000000019884624838656,
38
- "pad_token": "<unk>",
39
  "sp_model_kwargs": {},
40
  "spaces_between_special_tokens": false,
41
  "stride": 0,
 
35
  "legacy": true,
36
  "max_length": 2048,
37
  "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
  "sp_model_kwargs": {},
40
  "spaces_between_special_tokens": false,
41
  "stride": 0,