mohsinshah commited on
Commit
8a4065c
·
1 Parent(s): 24ea5f7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bsd-3-clause
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: blip-image-captioning-base-finetuned-25epoch-1e-4
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # blip-image-captioning-base-finetuned-25epoch-1e-4
14
+
15
+ This model is a fine-tuned version of [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.5782
18
+ - Wer Score: 0.3254
19
+ - Blue Score: 0.6634
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 32
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 25
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Wer Score | Blue Score |
51
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:----------:|
52
+ | 6.8732 | 1.01 | 35 | 3.2765 | 0.9105 | 0.0244 |
53
+ | 2.1287 | 2.03 | 70 | 1.7647 | 0.7923 | 0.1135 |
54
+ | 1.719 | 3.04 | 105 | 1.6799 | 0.6832 | 0.2382 |
55
+ | 1.6093 | 4.06 | 140 | 1.6328 | 0.5892 | 0.3339 |
56
+ | 1.5421 | 5.07 | 175 | 1.6058 | 0.5249 | 0.4004 |
57
+ | 1.4871 | 6.09 | 210 | 1.5880 | 0.4492 | 0.5001 |
58
+ | 1.4519 | 7.1 | 245 | 1.5773 | 0.4079 | 0.5568 |
59
+ | 1.4275 | 8.12 | 280 | 1.5694 | 0.3794 | 0.5908 |
60
+ | 1.4115 | 9.13 | 315 | 1.5696 | 0.3692 | 0.6075 |
61
+ | 1.3992 | 10.14 | 350 | 1.5649 | 0.3477 | 0.6326 |
62
+ | 1.3895 | 11.16 | 385 | 1.5662 | 0.3437 | 0.6424 |
63
+ | 1.3843 | 12.17 | 420 | 1.5694 | 0.3430 | 0.6402 |
64
+ | 1.3793 | 13.19 | 455 | 1.5692 | 0.3336 | 0.6553 |
65
+ | 1.3764 | 14.2 | 490 | 1.5710 | 0.3288 | 0.6571 |
66
+ | 1.3743 | 15.22 | 525 | 1.5711 | 0.3280 | 0.6631 |
67
+ | 1.373 | 16.23 | 560 | 1.5724 | 0.3269 | 0.6617 |
68
+ | 1.3715 | 17.25 | 595 | 1.5736 | 0.3241 | 0.6654 |
69
+ | 1.3704 | 18.26 | 630 | 1.5752 | 0.3271 | 0.6618 |
70
+ | 1.37 | 19.28 | 665 | 1.5758 | 0.3258 | 0.6629 |
71
+ | 1.3694 | 20.29 | 700 | 1.5768 | 0.3264 | 0.6627 |
72
+ | 1.3687 | 21.3 | 735 | 1.5767 | 0.3258 | 0.6640 |
73
+ | 1.3689 | 22.32 | 770 | 1.5775 | 0.3250 | 0.6636 |
74
+ | 1.3684 | 23.33 | 805 | 1.5780 | 0.3258 | 0.6636 |
75
+ | 1.3682 | 24.35 | 840 | 1.5782 | 0.3254 | 0.6634 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.30.2
81
+ - Pytorch 2.0.1+cu118
82
+ - Datasets 2.14.3
83
+ - Tokenizers 0.13.3