reciprocate commited on
Commit
5cf7535
·
1 Parent(s): a285e96

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer.json +2 -2
tokenizer.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "version": "1.0",
3
  "truncation": {
4
- "direction": "Right",
5
- "max_length": 1536,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
1
  {
2
  "version": "1.0",
3
  "truncation": {
4
+ "direction": "Left",
5
+ "max_length": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },