mikeysharma commited on
Commit
b421588
·
verified ·
1 Parent(s): d9d8612

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +14 -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:fa8252f90de17b2390abde52cf0686d526436cd8cf12b4548c48d02e36bbc896
3
  size 990345064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70ebd98ef9dc5e4a2d94ace5eeb2996d3a2e2be5858b9836936e1a6442c112d6
3
  size 990345064
tokenizer.json CHANGED
@@ -1,7 +1,19 @@
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": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:732e2e88f52d2d7dc6baa45a9205de1078c31ee270e314bcaf8f7145fdcae085
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb34b63e6d7793081c9effb45d85f60221c2f399a2f420064309b07c02ecd26
3
  size 5176