dtorber commited on
Commit
612f8f1
·
verified ·
1 Parent(s): 9fbfe1a

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:f657cd44d1a56a92902b700e92ed9cbd7558b32d3c0f077621bc38a4da5d9732
3
  size 647626420
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a047d4e7fc4ea4fea285a990f6636cffdc8939ac08252beb4ffc45ae38d871
3
  size 647626420
tokenizer.json CHANGED
@@ -2,11 +2,20 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 1024,
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": 8,
15
+ "pad_id": 1,
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:eb6e53aa0a5c611a20dad398f7cb965b5de4f1f32da6194f808af3fceb1c6171
3
  size 4411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c0417503cfd1859fc9fb9db21b2ff64dce0b200671c9de85702713cc97e240
3
  size 4411