MahsaShahidi
commited on
Commit
•
817ba5f
1
Parent(s):
48c45b2
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
name: Persian-Image-Captioning
|
6 |
+
---
|
7 |
+
|
8 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
9 |
+
should probably proofread and complete it, then remove this comment. -->
|
10 |
+
|
11 |
+
# Persian-Image-Captioning
|
12 |
+
|
13 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
14 |
+
It achieves the following results on the evaluation set:
|
15 |
+
- Loss: 2.4300
|
16 |
+
|
17 |
+
## Model description
|
18 |
+
|
19 |
+
More information needed
|
20 |
+
|
21 |
+
## Intended uses & limitations
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Training and evaluation data
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training procedure
|
30 |
+
|
31 |
+
### Training hyperparameters
|
32 |
+
|
33 |
+
The following hyperparameters were used during training:
|
34 |
+
- learning_rate: 4e-05
|
35 |
+
- train_batch_size: 8
|
36 |
+
- eval_batch_size: 8
|
37 |
+
- seed: 42
|
38 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
39 |
+
- lr_scheduler_type: linear
|
40 |
+
- num_epochs: 2
|
41 |
+
- mixed_precision_training: Native AMP
|
42 |
+
|
43 |
+
### Training results
|
44 |
+
|
45 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
47 |
+
| 3.4861 | 0.24 | 3500 | 2.9843 |
|
48 |
+
| 2.8854 | 0.47 | 7000 | 2.7656 |
|
49 |
+
| 2.701 | 0.71 | 10500 | 2.6337 |
|
50 |
+
| 2.6279 | 0.95 | 14000 | 2.5680 |
|
51 |
+
| 2.4782 | 1.19 | 17500 | 2.5179 |
|
52 |
+
| 2.4321 | 1.42 | 21000 | 2.4838 |
|
53 |
+
| 2.3876 | 1.66 | 24500 | 2.4513 |
|
54 |
+
| 2.3854 | 1.9 | 28000 | 2.4300 |
|
55 |
+
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.12.5
|
60 |
+
- Pytorch 1.9.1
|
61 |
+
- Datasets 1.16.1
|
62 |
+
- Tokenizers 0.10.3
|