emendes3 commited on
Commit
d4169a1
1 Parent(s): e726322

Model save

Browse files
README.md CHANGED
@@ -1,27 +1,19 @@
1
  ---
2
  library_name: peft
3
  tags:
4
- - liuhaotian/llava-v1.5-13b_20.0
5
  - generated_from_trainer
6
  base_model: liuhaotian/llava-v1.5-13b
7
  model-index:
8
- - name: liuhaotian/llava-v1.5-13b_20.0
9
  results: []
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
- # liuhaotian/llava-v1.5-13b_20.0
16
 
17
- This model is a fine-tuned version of [liuhaotian/llava-v1.5-13b_20.0](https://huggingface.co/liuhaotian/llava-v1.5-13b_20.0) on an unknown dataset.
18
- It achieves the following results on the evaluation set:
19
- - eval_loss: 0.0048
20
- - eval_runtime: 97.366
21
- - eval_samples_per_second: 8.905
22
- - eval_steps_per_second: 0.565
23
- - epoch: 19.0
24
- - step: 1045
25
 
26
  ## Model description
27
 
@@ -51,7 +43,7 @@ The following hyperparameters were used during training:
51
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
  - lr_scheduler_type: cosine
53
  - lr_scheduler_warmup_ratio: 0.03
54
- - num_epochs: 20.0
55
 
56
  ### Framework versions
57
 
 
1
  ---
2
  library_name: peft
3
  tags:
 
4
  - generated_from_trainer
5
  base_model: liuhaotian/llava-v1.5-13b
6
  model-index:
7
+ - name: llava_13b_country_synthetic
8
  results: []
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
+ # llava_13b_country_synthetic
15
 
16
+ This model is a fine-tuned version of [liuhaotian/llava-v1.5-13b](https://huggingface.co/liuhaotian/llava-v1.5-13b) on an unknown dataset.
 
 
 
 
 
 
 
17
 
18
  ## Model description
19
 
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: cosine
45
  - lr_scheduler_warmup_ratio: 0.03
46
+ - num_epochs: 100.0
47
 
48
  ### Framework versions
49
 
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "q_proj",
25
  "k_proj",
26
- "down_proj",
27
  "v_proj",
 
28
  "o_proj",
 
 
29
  "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "k_proj",
 
24
  "v_proj",
25
+ "q_proj",
26
  "o_proj",
27
+ "gate_proj",
28
+ "down_proj",
29
  "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6597380d0d16b78dede35ab6b3da363b4c08920947fd3a62f384b178e31b2ac
3
  size 1001466944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947df129e84dc1324bc53c86a935664a781f42c90e286f668b00ff184a5ae470
3
  size 1001466944
num_examples=200/llava-v1.5-13b_1.0/adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "q_proj",
25
  "k_proj",
26
- "down_proj",
27
  "v_proj",
 
28
  "o_proj",
 
 
29
  "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "k_proj",
 
24
  "v_proj",
25
+ "q_proj",
26
  "o_proj",
27
+ "gate_proj",
28
+ "down_proj",
29
  "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
num_examples=200/llava-v1.5-13b_1.0/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3181ea9ad9cf484471464b4ac31c473e6434cf06f35a3a98570070c39217b19
3
  size 1001466944
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947df129e84dc1324bc53c86a935664a781f42c90e286f668b00ff184a5ae470
3
  size 1001466944
num_examples=200/llava-v1.5-13b_1.0/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50cb5a00a127d1119065ece76ebb6a418997be0a1112d98e0d65d26e43d05e19
3
- size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fc910803574f32371809a6f98cc71adab02449a4db261c926bd2eaaef3435a9
3
+ size 6840
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50cb5a00a127d1119065ece76ebb6a418997be0a1112d98e0d65d26e43d05e19
3
- size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fc910803574f32371809a6f98cc71adab02449a4db261c926bd2eaaef3435a9
3
+ size 6840