imrazaa commited on
Commit
567ceb3
1 Parent(s): 22be913

Training in progress epoch 0

Browse files
Files changed (2) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer.json +3 -3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:979961f0a49b12fa2e7da7151b0897c8a8f5fd285818857d0a66015e47e7f07c
3
  size 667141613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3039f4baa347b358a276ca10d243793cd00f9ad06730c6004a2cde5ea1babe1
3
  size 667141613
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 500,
6
  "strategy": "OnlySecond",
7
- "stride": 128
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 500
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": "OnlySecond",
7
+ "stride": 50
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,