End of training
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: bsd-3-clause
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# blip-image-captioning-large-shyam
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Wer Score: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,14 +44,16 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
54 |
-
|
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: bsd-3-clause
|
4 |
+
base_model: Salesforce/blip-image-captioning-large
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
|
|
16 |
|
17 |
# blip-image-captioning-large-shyam
|
18 |
|
19 |
+
This model is a fine-tuned version of [Salesforce/blip-image-captioning-large](https://huggingface.co/Salesforce/blip-image-captioning-large) on the imagefolder dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.2169
|
22 |
+
- Wer Score: 0.9091
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 15
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
54 |
+
| 6.7457 | 5.0 | 50 | 3.7819 | 0.9091 |
|
55 |
+
| 1.9042 | 10.0 | 100 | 0.6590 | 0.9091 |
|
56 |
+
| 0.3114 | 15.0 | 150 | 0.2169 | 0.9091 |
|
57 |
|
58 |
|
59 |
### Framework versions
|