imrazaa commited on
Commit
e32e3de
1 Parent(s): d278c1e

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:4e6ea1f1868ddf8eb8113dabefeb6123cf41275400a01e9f10338177553ecafa
3
  size 667141613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d414dd1fab9d4b037f28504a5dcc859f5a7d46d4a4e4a933871ca7c4de0ccc72
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,