pendar02 commited on
Commit
5911cd3
·
verified ·
1 Parent(s): acaa7ec

Training in progress, step 50

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +16 -2
  3. training_args.bin +2 -2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:677af8de681d15fb59de260a88129165050e57496d6985979759ee30bf67bb47
3
  size 1625426996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:434aadb69de50ff286904d3e9fc7144df82bc20496997f9ff1ce3c2de6242b6f
3
  size 1625426996
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
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:1cbd935ce9166865b8a7121214c367a91a0a6ddd5c27a7190635db1e602390ad
3
- size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c421ee7c90c27b1355b2cc673c1acffc3da7bd2d24d9e9e5f46e69a2aa88da6
3
+ size 5432