bhalladitya commited on
Commit
5693e45
1 Parent(s): fc97ddb

End of training

Browse files
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 the None dataset.
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: 2
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: 1
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
- "gate_proj",
27
- "out_proj",
28
- "k_proj",
29
- "v_proj",
30
- "up_proj",
31
  "linear_2",
 
32
  "q_proj",
 
 
 
33
  "linear_1",
34
  "lm_head",
35
- "fc2",
36
- "o_proj",
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:5eb84602fb98f5a76cdd6514d9f0520884cbedb3fe1ba2ae20189feaaea247d2
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:63251e89da807acb95d134383f6cf2df164ae1d0e160a06218c5fb6f77f029a6
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b33126e8634efdfdc6f88b88b8f5bf430e3ec4f5d335227cd143fd7ea621f17a
3
  size 5112