Sarmila commited on
Commit
66663d7
1 Parent(s): 3ceb401

End of training

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": 384,
6
  "strategy": "OnlySecond",
7
- "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 384
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 100,
6
  "strategy": "OnlySecond",
7
+ "stride": 50
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 100
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,