guyhadad01 commited on
Commit
db2a583
·
1 Parent(s): b7c4fb6

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -1
  2. tokenizer_config.json +2 -2
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 200,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 180,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -103,8 +103,8 @@
103
  ],
104
  "eos_token": "</s>",
105
  "extra_ids": 100,
106
- "model_max_length": 200,
107
- "name_or_path": "checkpoint-200",
108
  "pad_token": "<pad>",
109
  "special_tokens_map_file": null,
110
  "tokenizer_class": "T5Tokenizer",
 
103
  ],
104
  "eos_token": "</s>",
105
  "extra_ids": 100,
106
+ "model_max_length": 180,
107
+ "name_or_path": "checkpoint-320",
108
  "pad_token": "<pad>",
109
  "special_tokens_map_file": null,
110
  "tokenizer_class": "T5Tokenizer",