dtorber commited on
Commit
50668b4
·
verified ·
1 Parent(s): f763b0c

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +2 -11
  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:5ea3ba02742720dbe0f392f73008b74a41cc856011252a5f164dd2d633def067
3
  size 647626420
tokenizer.json CHANGED
@@ -2,20 +2,11 @@
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,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14e19d00f6235434bc28d0b823070c9d42ae0efc5d43ff68ed281f2f77c50fa7
3
  size 4347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57720c84d5e0efa4ff79f51b4c1e45d78c9cd00c754795d8794bd3b3c039826e
3
  size 4347