Babu/llava-1.5-7b-hf-ft-mix-vsft
Browse files
README.md
CHANGED
@@ -55,7 +55,7 @@ The following hyperparameters were used during training:
|
|
55 |
- seed: 42
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
-
- num_epochs:
|
59 |
- mixed_precision_training: Native AMP
|
60 |
|
61 |
### Training results
|
|
|
55 |
- seed: 42
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
+
- num_epochs: 10
|
59 |
- mixed_precision_training: Native AMP
|
60 |
|
61 |
### Training results
|
adapter_config.json
CHANGED
@@ -17,15 +17,15 @@
|
|
17 |
"r": 64,
|
18 |
"revision": null,
|
19 |
"target_modules": [
|
20 |
-
"linear_1",
|
21 |
"gate_proj",
|
|
|
22 |
"up_proj",
|
23 |
-
"k_proj",
|
24 |
-
"v_proj",
|
25 |
"o_proj",
|
|
|
|
|
26 |
"down_proj",
|
27 |
-
"
|
28 |
-
"
|
29 |
],
|
30 |
"task_type": null
|
31 |
}
|
|
|
17 |
"r": 64,
|
18 |
"revision": null,
|
19 |
"target_modules": [
|
|
|
20 |
"gate_proj",
|
21 |
+
"linear_2",
|
22 |
"up_proj",
|
|
|
|
|
23 |
"o_proj",
|
24 |
+
"linear_1",
|
25 |
+
"k_proj",
|
26 |
"down_proj",
|
27 |
+
"q_proj",
|
28 |
+
"v_proj"
|
29 |
],
|
30 |
"task_type": null
|
31 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 680879440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1f7055bfc5bd426cadf386e9095fd84b1031c170ff79fa50351bb496b63b6aa
|
3 |
size 680879440
|
runs/Jul24_14-43-57_e2e-101-73/events.out.tfevents.1721832278.e2e-101-73.6375.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f36d0396395eb592a3b27992eaad0cf34bf21be3e6a93a6787c47c6a237d181d
|
3 |
+
size 6971
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4475
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed30224af0208cac2e049e584e2cc266d206ba4aa1d7b277d2da41d2bf5c1e46
|
3 |
size 4475
|