VK246 commited on
Commit
d6fe3f3
1 Parent(s): 0590ae8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: VK246/IC_ver6F_coco_swin_gpt2_50B_1e
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - coco
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: IC_ver6G_coco_swin_gpt2_50A_1e
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # IC_ver6G_coco_swin_gpt2_50A_1e
18
+
19
+ This model is a fine-tuned version of [VK246/IC_ver6F_coco_swin_gpt2_50B_1e](https://huggingface.co/VK246/IC_ver6F_coco_swin_gpt2_50B_1e) on the coco dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.7892
22
+ - Cider: 15.3553
23
+ - Rouge1: 41.9548
24
+ - Rouge2: 16.3636
25
+ - Rougel: 38.1268
26
+ - Rougelsum: 38.1269
27
+ - Bleu-1: 42.7082
28
+ - Bleu-2: 24.7427
29
+ - Bleu-3: 15.632
30
+ - Bleu-4: 10.351
31
+ - Gen Len: 11.2806
32
+
33
+ ## Model description
34
+
35
+ More information needed
36
+
37
+ ## Intended uses & limitations
38
+
39
+ More information needed
40
+
41
+ ## Training and evaluation data
42
+
43
+ More information needed
44
+
45
+ ## Training procedure
46
+
47
+ ### Training hyperparameters
48
+
49
+ The following hyperparameters were used during training:
50
+ - learning_rate: 5e-05
51
+ - train_batch_size: 96
52
+ - eval_batch_size: 96
53
+ - seed: 42
54
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
55
+ - lr_scheduler_type: linear
56
+ - num_epochs: 1
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Cider | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu-1 | Bleu-2 | Bleu-3 | Bleu-4 | Gen Len |
61
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:-------:|:---------:|:-------:|:-------:|:-------:|:------:|:-------:|
62
+ | 0.6462 | 0.34 | 1000 | 0.8195 | 16.4275 | 41.2411 | 15.6826 | 37.4271 | 37.4332 | 42.1612 | 24.0307 | 15.0144 | 9.8204 | 11.2806 |
63
+ | 0.6923 | 0.68 | 2000 | 0.7892 | 15.3553 | 41.9548 | 16.3636 | 38.1268 | 38.1269 | 42.7082 | 24.7427 | 15.632 | 10.351 | 11.2806 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.31.0
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 2.14.4
71
+ - Tokenizers 0.13.3