End of training
Browse files- README.md +19 -11
- adapter_config.json +8 -8
- adapter_model.safetensors +1 -1
- runs/Oct17_13-35-16_s1840377-4-6lkqx/events.out.tfevents.1729172432.s1840377-4-6lkqx.1371409.1 +3 -0
- runs/Oct17_13-41-12_s1840377-4-6lkqx/events.out.tfevents.1729172585.s1840377-4-6lkqx.1380381.0 +3 -0
- test_predictions.pkl +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -21,14 +21,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
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.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss:
|
25 |
-
- Bleu: 0.
|
26 |
-
- Rouge1: 0.
|
27 |
-
- Rouge2: 0.
|
28 |
-
- Rougel: 0.
|
29 |
-
- Bertscore Precision: 0.
|
30 |
-
- Bertscore Recall: 0.
|
31 |
-
- Bertscore F1: 0.
|
32 |
|
33 |
## Model description
|
34 |
|
@@ -55,14 +55,22 @@ The following hyperparameters were used during training:
|
|
55 |
- total_train_batch_size: 128
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
-
- num_epochs:
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge1 | Rouge2 | Rougel | Bertscore Precision | Bertscore Recall | Bertscore F1 |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:-------------------:|:----------------:|:------------:|
|
64 |
-
| 0.
|
65 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
21 |
|
22 |
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.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0446
|
25 |
+
- Bleu: 0.6353
|
26 |
+
- Rouge1: 0.7885
|
27 |
+
- Rouge2: 0.7889
|
28 |
+
- Rougel: 0.7893
|
29 |
+
- Bertscore Precision: 0.6807
|
30 |
+
- Bertscore Recall: 0.7674
|
31 |
+
- Bertscore F1: 0.7213
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
55 |
- total_train_batch_size: 128
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
+
- num_epochs: 100.0
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Rouge1 | Rouge2 | Rougel | Bertscore Precision | Bertscore Recall | Bertscore F1 |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:------:|:-------------------:|:----------------:|:------------:|
|
64 |
+
| 0.3168 | 10.0 | 10 | 2.2001 | 0.0724 | 0.3123 | 0.1239 | 0.2433 | 0.7068 | 0.7777 | 0.7405 |
|
65 |
+
| 0.2454 | 20.0 | 20 | 1.6882 | 0.1061 | 0.4044 | 0.1840 | 0.3274 | 0.7241 | 0.7794 | 0.7507 |
|
66 |
+
| 0.1821 | 30.0 | 30 | 1.1567 | 0.1925 | 0.5281 | 0.2989 | 0.4593 | 0.7054 | 0.7756 | 0.7387 |
|
67 |
+
| 0.109 | 40.0 | 40 | 0.5242 | 0.3915 | 0.6689 | 0.5316 | 0.6370 | 0.6878 | 0.7709 | 0.7268 |
|
68 |
+
| 0.0378 | 50.0 | 50 | 0.1193 | 0.5971 | 0.7701 | 0.7585 | 0.7700 | 0.6839 | 0.7688 | 0.7237 |
|
69 |
+
| 0.0098 | 60.0 | 60 | 0.0554 | 0.6254 | 0.7862 | 0.7867 | 0.7875 | 0.6799 | 0.7694 | 0.7217 |
|
70 |
+
| 0.0064 | 70.0 | 70 | 0.0482 | 0.6329 | 0.7889 | 0.7890 | 0.7899 | 0.6798 | 0.7690 | 0.7215 |
|
71 |
+
| 0.0059 | 80.0 | 80 | 0.0459 | 0.6331 | 0.7877 | 0.7877 | 0.7888 | 0.6777 | 0.7670 | 0.7194 |
|
72 |
+
| 0.0057 | 90.0 | 90 | 0.0451 | 0.6347 | 0.7897 | 0.7895 | 0.7907 | 0.6807 | 0.7675 | 0.7213 |
|
73 |
+
| 0.0056 | 100.0 | 100 | 0.0446 | 0.6353 | 0.7885 | 0.7889 | 0.7893 | 0.6807 | 0.7674 | 0.7213 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,19 +20,19 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
23 |
"gate_proj",
|
|
|
24 |
"q_proj",
|
|
|
25 |
"out_proj",
|
26 |
"down_proj",
|
27 |
-
"fc1",
|
28 |
-
"lm_head",
|
29 |
-
"fc2",
|
30 |
"v_proj",
|
31 |
-
"
|
32 |
-
"o_proj",
|
33 |
-
"k_proj",
|
34 |
-
"linear_2",
|
35 |
-
"linear_1"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"fc2",
|
24 |
+
"linear_1",
|
25 |
+
"k_proj",
|
26 |
+
"fc1",
|
27 |
+
"up_proj",
|
28 |
"gate_proj",
|
29 |
+
"lm_head",
|
30 |
"q_proj",
|
31 |
+
"linear_2",
|
32 |
"out_proj",
|
33 |
"down_proj",
|
|
|
|
|
|
|
34 |
"v_proj",
|
35 |
+
"o_proj"
|
|
|
|
|
|
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"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 454168240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e6ea8a073160496766cdce33cc75d51ba2a7539575fb936f8e3edc5bb28f2ca
|
3 |
size 454168240
|
runs/Oct17_13-35-16_s1840377-4-6lkqx/events.out.tfevents.1729172432.s1840377-4-6lkqx.1371409.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d77cca19d8359a7f4bd1a1da34c945e5047199d98c6ee490c9df04d2bc408d95
|
3 |
+
size 676
|
runs/Oct17_13-41-12_s1840377-4-6lkqx/events.out.tfevents.1729172585.s1840377-4-6lkqx.1380381.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f791ef172bc57246f67fe8d0cf10167257652c8f90ee966a02d65d5b77750d1
|
3 |
+
size 18233
|
test_predictions.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3861c1319bc9580b9dc26d3df212e6879ef9f7fe4e4ada7d9c4ea23ae8254fb6
|
3 |
+
size 21267
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc3f5b28d6fe8f6702ce87d9dc67b2e2421e66e2c654cb63a4f7c553b7517206
|
3 |
size 5560
|