tabbas97 commited on
Commit
52d6121
1 Parent(s): f39940c

Training in progress, step 47969

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:dbfd0d17a40c6cb3ddd94986205452be18305d71579b043ad54ffaadaeac4857
3
  size 267954768
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45baeeb4ccce5c8839daab60ab42c2cc8646b84143698337818c51f589e913b1
3
  size 267954768
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": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
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:344d5b5dc2ab8251fadc892003604dfc6f61c64a1ea484f6ada2fb2d48e83092
3
- size 477752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3104f7c0571d973affbc5ca397ffdb739151e94b6f29c4ff298ba23ceccee69e
3
+ size 477944