End of training
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
base_model: microsoft/git-large-r-coco
|
3 |
-
datasets:
|
4 |
-
- imagefolder
|
5 |
library_name: transformers
|
6 |
license: mit
|
|
|
7 |
tags:
|
8 |
- generated_from_trainer
|
|
|
|
|
9 |
model-index:
|
10 |
- name: git-large-r-coco-IDB_ADv1_COCOv6-r
|
11 |
results: []
|
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/git-large-r-coco](https://huggingface.co/microsoft/git-large-r-coco) on the imagefolder dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Meteor Score: {'meteor': 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -42,38 +42,34 @@ The following hyperparameters were used during training:
|
|
42 |
- train_batch_size: 8
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
-
- gradient_accumulation_steps:
|
46 |
-
- total_train_batch_size:
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: cosine
|
49 |
-
- lr_scheduler_warmup_steps:
|
50 |
-
- num_epochs:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch
|
56 |
-
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
65 |
-
|
|
66 |
-
|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
| 26.9821 | 57.0 | 85 | 2.9025 | {'meteor': 0.44590994086182606} |
|
74 |
-
| 21.6659 | 60.0 | 90 | 2.8609 | {'meteor': 0.4467688108057412} |
|
75 |
-
| 21.4648 | 63.0 | 95 | 2.8398 | {'meteor': 0.44716808145000575} |
|
76 |
-
| 26.1056 | 66.6667 | 100 | 2.8325 | {'meteor': 0.44716808145000575} |
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
license: mit
|
4 |
+
base_model: microsoft/git-large-r-coco
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- imagefolder
|
9 |
model-index:
|
10 |
- name: git-large-r-coco-IDB_ADv1_COCOv6-r
|
11 |
results: []
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/git-large-r-coco](https://huggingface.co/microsoft/git-large-r-coco) on the imagefolder dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0540
|
22 |
+
- Meteor Score: {'meteor': 0.5075570043149206}
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
42 |
- train_batch_size: 8
|
43 |
- eval_batch_size: 8
|
44 |
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 12
|
46 |
+
- total_train_batch_size: 96
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: cosine
|
49 |
+
- lr_scheduler_warmup_steps: 8
|
50 |
+
- num_epochs: 80
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Meteor Score |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------------------------------:|
|
57 |
+
| 0.551 | 5.0 | 5 | 0.0734 | {'meteor': 0.5042814506352259} |
|
58 |
+
| 0.4703 | 10.0 | 10 | 0.0631 | {'meteor': 0.495814120569145} |
|
59 |
+
| 0.3246 | 15.0 | 15 | 0.0564 | {'meteor': 0.48881841399678044} |
|
60 |
+
| 0.2112 | 20.0 | 20 | 0.0527 | {'meteor': 0.5073822434784694} |
|
61 |
+
| 0.1651 | 25.0 | 25 | 0.0510 | {'meteor': 0.5005678458488685} |
|
62 |
+
| 0.1247 | 30.0 | 30 | 0.0504 | {'meteor': 0.5144208706967903} |
|
63 |
+
| 0.0997 | 35.0 | 35 | 0.0500 | {'meteor': 0.5178779770873956} |
|
64 |
+
| 0.0843 | 40.0 | 40 | 0.0507 | {'meteor': 0.5241696669726874} |
|
65 |
+
| 0.0755 | 45.0 | 45 | 0.0514 | {'meteor': 0.520413206772597} |
|
66 |
+
| 0.0734 | 50.0 | 50 | 0.0523 | {'meteor': 0.5239353264449595} |
|
67 |
+
| 0.0644 | 55.0 | 55 | 0.0518 | {'meteor': 0.5096192703816818} |
|
68 |
+
| 0.0602 | 60.0 | 60 | 0.0530 | {'meteor': 0.5057065282317589} |
|
69 |
+
| 0.0533 | 65.0 | 65 | 0.0538 | {'meteor': 0.5075302445677657} |
|
70 |
+
| 0.048 | 70.0 | 70 | 0.0539 | {'meteor': 0.5069154717107972} |
|
71 |
+
| 0.0451 | 75.0 | 75 | 0.0539 | {'meteor': 0.5077649969340499} |
|
72 |
+
| 0.0417 | 80.0 | 80 | 0.0540 | {'meteor': 0.5075570043149206} |
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1576851440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50931326764ca6a3882b683aa088398737969a86e56b97f60ef423732afe4f20
|
3 |
size 1576851440
|
runs/Jul16_07-59-59_OZPC/events.out.tfevents.1752674403.OZPC.18812.2
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:6a2d6380c02c9d8f08a48111f13f14fae7793d170eab3bd7d6de5cd8cb8e4d2f
|
3 |
+
size 13287
|