End of training
Browse files- README.md +0 -4
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- runs/Jun29_13-40-35_370e22ead1b4/events.out.tfevents.1751204532.370e22ead1b4.523.0 +3 -0
- runs/Jun29_13-44-33_370e22ead1b4/events.out.tfevents.1751204694.370e22ead1b4.3152.0 +3 -0
- runs/Jun29_13-44-33_370e22ead1b4/events.out.tfevents.1751204722.370e22ead1b4.3152.1 +3 -0
- runs/Jun29_13-44-33_370e22ead1b4/events.out.tfevents.1751210364.370e22ead1b4.3152.2 +3 -0
- training_args.bin +1 -1
- vqav2_lora/adapter_config.json +5 -5
- vqav2_lora/adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -44,10 +44,6 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_warmup_steps: 2
|
45 |
- num_epochs: 1
|
46 |
|
47 |
-
### Training results
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
### Framework versions
|
52 |
|
53 |
- PEFT 0.15.2
|
|
|
44 |
- lr_scheduler_warmup_steps: 2
|
45 |
- num_epochs: 1
|
46 |
|
|
|
|
|
|
|
|
|
47 |
### Framework versions
|
48 |
|
49 |
- PEFT 0.15.2
|
adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"
|
28 |
"up_proj",
|
29 |
-
"
|
30 |
-
"k_proj",
|
31 |
"v_proj",
|
32 |
-
"
|
33 |
-
"
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"o_proj",
|
28 |
"up_proj",
|
29 |
+
"gate_proj",
|
|
|
30 |
"v_proj",
|
31 |
+
"q_proj",
|
32 |
+
"k_proj",
|
33 |
+
"down_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 47585944
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6080120de087622bfcc3029dc1766bdbc36b6a6ef919e5110ee3b884d715ce36
|
3 |
size 47585944
|
runs/Jun29_13-40-35_370e22ead1b4/events.out.tfevents.1751204532.370e22ead1b4.523.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6234ad5e26c1bc909bac218f03cd9c890d52b2bf7382084db6db4980bf132103
|
3 |
+
size 4184
|
runs/Jun29_13-44-33_370e22ead1b4/events.out.tfevents.1751204694.370e22ead1b4.3152.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5e58178c8591f00f3ed7c5eb4af1c05d1693a6a5d3f24bfd469bd1b6aa1972e
|
3 |
+
size 6752
|
runs/Jun29_13-44-33_370e22ead1b4/events.out.tfevents.1751204722.370e22ead1b4.3152.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8901c6baf6000a708b215ed058ec65fe8c4894eb4c26a18fa026c24631985033
|
3 |
+
size 18830
|
runs/Jun29_13-44-33_370e22ead1b4/events.out.tfevents.1751210364.370e22ead1b4.3152.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a554ef6032ee7a158e760af2d55eea587411af5f0a0642c781b68f13b701b2b7
|
3 |
+
size 27158
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aff5a58e127b02e8ce8864dc49804288f84da70284a43e750308ccd8cb6b3d7f
|
3 |
size 5368
|
vqav2_lora/adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"q_proj",
|
28 |
"o_proj",
|
29 |
-
"k_proj",
|
30 |
-
"v_proj",
|
31 |
"up_proj",
|
32 |
-
"
|
33 |
-
"
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
27 |
"o_proj",
|
|
|
|
|
28 |
"up_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"v_proj",
|
31 |
+
"q_proj",
|
32 |
+
"k_proj",
|
33 |
+
"down_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
vqav2_lora/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 47585944
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d348ea47ad84d13012c9a82137adf57dab36aba6e6e8d8e5ac6e291d74c50b65
|
3 |
size 47585944
|