bbunijieun commited on
Commit
d467322
·
verified ·
1 Parent(s): d8f3f34

Training in progress, step 10

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +16 -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:5bbf477e86932cb8f6a5d9e8fc32017cd44e35d8a891033d4cd65fa1cc1cdcb6
3
  size 310717424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9298cb611179aa52a4769ea315701167428bf55188a438ccbe11b3f820c828e7
3
  size 310717424
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": 32100,
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:7eaf6da844f1b2651b9a0f27c9f077ed26b16ece93deff6969ba05616a01d45c
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d2565eb7bb8f223f8865c6ba03718a676e3066c9d09dc14627264ad0b88a8b
3
  size 5112