bhalladitya
commited on
Commit
•
5693e45
1
Parent(s):
fc97ddb
End of training
Browse files- README.md +3 -3
- adapter_config.json +9 -9
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# model
|
17 |
|
18 |
-
This model is a fine-tuned version of [llava-hf/llava-1.5-7b-hf](https://huggingface.co/llava-hf/llava-1.5-7b-hf) on
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -35,12 +35,12 @@ More information needed
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 1.4e-05
|
38 |
-
- train_batch_size:
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
|
|
15 |
|
16 |
# model
|
17 |
|
18 |
+
This model is a fine-tuned version of [llava-hf/llava-1.5-7b-hf](https://huggingface.co/llava-hf/llava-1.5-7b-hf) on an unknown dataset.
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 1.4e-05
|
38 |
+
- train_batch_size: 5
|
39 |
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 10
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
adapter_config.json
CHANGED
@@ -23,19 +23,19 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"k_proj",
|
29 |
-
"v_proj",
|
30 |
-
"up_proj",
|
31 |
"linear_2",
|
|
|
32 |
"q_proj",
|
|
|
|
|
|
|
33 |
"linear_1",
|
34 |
"lm_head",
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"down_proj"
|
38 |
-
"fc1"
|
39 |
],
|
40 |
"task_type": null,
|
41 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
+
"fc1",
|
|
|
|
|
|
|
28 |
"linear_2",
|
29 |
+
"out_proj",
|
30 |
"q_proj",
|
31 |
+
"k_proj",
|
32 |
+
"fc2",
|
33 |
+
"gate_proj",
|
34 |
"linear_1",
|
35 |
"lm_head",
|
36 |
+
"v_proj",
|
37 |
+
"up_proj",
|
38 |
+
"down_proj"
|
|
|
39 |
],
|
40 |
"task_type": null,
|
41 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1290994752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57812ef004f100caa1b600b821915594adcbde394b31c645d3efe96d7fe7481a
|
3 |
size 1290994752
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b33126e8634efdfdc6f88b88b8f5bf430e3ec4f5d335227cd143fd7ea621f17a
|
3 |
size 5112
|