PRAJWAL23 commited on
Commit
7374ebd
1 Parent(s): a521a7d

Upload processor

Browse files
Files changed (1) hide show
  1. tokenizer.json +3 -3
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 540,
6
  "strategy": "LongestFirst",
7
- "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 540
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
+ "stride": 128
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,