apwic commited on
Commit
bab7846
1 Parent(s): 5f02480

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +11 -2
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88d311aa1ac6502c1ba46e5889f47c3f0afc8f236c5b428f0b18f4169491252a
3
  size 990345064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa61a04fd6853a43866a2305a0bc1246c28040e079e68f60d52a9c6c702ca44d
3
  size 990345064
tokenizer.json CHANGED
@@ -2,11 +2,20 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9e81e4d73b929d9bf4e35a213bb5c9b300638627f4c5cf912d11e43d484738c
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5a86f852edc7bb5ee8edbc4678ed601fc009f570d7ce067cf08b1c900b504bd
3
  size 5176