rafimumtaz
commited on
Commit
•
ea92035
1
Parent(s):
3c3329f
Training in progress, step 186
Browse files- adapter_config.json +1 -1
- adapter_model.safetensors +2 -2
- runs/Oct08_17-54-07_ad04a7c54ea0/events.out.tfevents.1728410050.ad04a7c54ea0.388.2 +3 -0
- runs/Oct08_17-55-02_ad04a7c54ea0/events.out.tfevents.1728410102.ad04a7c54ea0.388.3 +3 -0
- runs/Oct08_17-55-20_ad04a7c54ea0/events.out.tfevents.1728410120.ad04a7c54ea0.388.4 +3 -0
- runs/Oct08_17-55-39_ad04a7c54ea0/events.out.tfevents.1728410139.ad04a7c54ea0.388.5 +3 -0
- tokenizer.json +2 -2
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path":
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d34e3e3968a4ce3191997752a005416fa67aaa1de0656ced057186bc3bdc74e8
|
3 |
+
size 6827480
|
runs/Oct08_17-54-07_ad04a7c54ea0/events.out.tfevents.1728410050.ad04a7c54ea0.388.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fbe8f62cf47dbd403be066e76adaef7e451eaeb175772b420b420fb67fe93b3
|
3 |
+
size 5145
|
runs/Oct08_17-55-02_ad04a7c54ea0/events.out.tfevents.1728410102.ad04a7c54ea0.388.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d2a9fc0751e3f95e527b1aaf23096b84f7383094b35c1650d034c8391a7c9bb
|
3 |
+
size 5145
|
runs/Oct08_17-55-20_ad04a7c54ea0/events.out.tfevents.1728410120.ad04a7c54ea0.388.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2a42ca931e8cbc73b6cbf250a21f808dc98a066e7773709692cc9156200ea82
|
3 |
+
size 5145
|
runs/Oct08_17-55-39_ad04a7c54ea0/events.out.tfevents.1728410139.ad04a7c54ea0.388.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb75210a76d476f4798dbf0740014f94a43fbf807da117e222c04a060c63aa8e
|
3 |
+
size 5499
|
tokenizer.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
-
"Fixed":
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 256,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
+
"Fixed": 256
|
12 |
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a8bf56492a604ba2979209b85610a36b5a36c6c76d9584002fa137009cdfe42
|
3 |
size 5176
|