dtorber commited on
Commit
2928e8c
1 Parent(s): 795fc3c

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:2c1da4878a61d18af6d9a1c06f1efea498094d7a1c462508c91b99ab8c0dfa85
3
  size 647626420
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1476671d47d6ae4d440f1543c1846be69c43d6f4317fa2c970512eac1ba477f
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:57720c84d5e0efa4ff79f51b4c1e45d78c9cd00c754795d8794bd3b3c039826e
3
  size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75398e686224a33f3462615dde77a3644cbfc5f7044def284282f97b6575e56d
3
  size 4347