b09501048 commited on
Commit
e732840
1 Parent(s): ba41000

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:39f2e45bbb0da3e7c7c9348ef2aa20a376b1f2cd9b1f28f9d80380cd91a37ad9
3
  size 46408264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c779996e3d4b23f653c0342f0e7791c7fbc462c7fc12bee631a887f9ae0e0767
3
  size 46408264
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": 1024,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 1024
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:c6b0e1b5c9432cc3f91d53c28a180effc30cf8c5a082ca4e52bb5eabb9ef7f01
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7e18e38deb1b4d1a8d5f951319a2f56db9a73b59112b34bb234bb88e52c2a3f
3
  size 5176