VK246 commited on
Commit
87665ad
1 Parent(s): 1960618

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - coco
6
+ metrics:
7
+ - rouge
8
+ - bleu
9
+ model-index:
10
+ - name: IC_ver3b_coco_swin_gpt2_2
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_ver3b_coco_swin_gpt2_2
18
+
19
+ This model is a fine-tuned version of [](https://huggingface.co/) on the coco dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8483
22
+ - Rouge1: 41.3447
23
+ - Rouge2: 15.7294
24
+ - Rougel: 37.6633
25
+ - Rougelsum: 37.6744
26
+ - Bleu: 9.4309
27
+ - Gen Len: 11.3368
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 5e-05
47
+ - train_batch_size: 96
48
+ - eval_batch_size: 96
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 3
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu | Gen Len |
57
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:------:|:-------:|
58
+ | 1.2141 | 0.25 | 300 | 1.0093 | 35.2179 | 11.1228 | 32.1546 | 32.167 | 6.2018 | 11.3368 |
59
+ | 1.0037 | 0.51 | 600 | 0.9600 | 36.4586 | 11.8379 | 33.324 | 33.3342 | 7.0081 | 11.3368 |
60
+ | 0.9644 | 0.76 | 900 | 0.9303 | 38.5343 | 13.2266 | 35.2902 | 35.3055 | 7.539 | 11.3368 |
61
+ | 0.9367 | 1.02 | 1200 | 0.9004 | 39.2182 | 13.7589 | 35.7747 | 35.7799 | 7.6492 | 11.3368 |
62
+ | 0.8842 | 1.27 | 1500 | 0.8876 | 39.4537 | 14.1037 | 35.9758 | 35.9776 | 8.4067 | 11.3368 |
63
+ | 0.86 | 1.53 | 1800 | 0.8758 | 40.4179 | 15.0774 | 37.0166 | 37.0401 | 8.8897 | 11.3368 |
64
+ | 0.8465 | 1.78 | 2100 | 0.8665 | 40.4073 | 15.1125 | 36.9767 | 36.9877 | 8.9602 | 11.3368 |
65
+ | 0.8421 | 2.04 | 2400 | 0.8592 | 40.62 | 15.2042 | 36.9224 | 36.9359 | 9.1313 | 11.3368 |
66
+ | 0.8106 | 2.29 | 2700 | 0.8548 | 41.0356 | 15.399 | 37.4562 | 37.4635 | 9.2534 | 11.3368 |
67
+ | 0.7963 | 2.54 | 3000 | 0.8521 | 41.1998 | 15.6442 | 37.6659 | 37.6682 | 9.4605 | 11.3368 |
68
+ | 0.795 | 2.8 | 3300 | 0.8493 | 41.1215 | 15.581 | 37.4725 | 37.4978 | 9.5488 | 11.3368 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.30.2
74
+ - Pytorch 2.0.1+cu118
75
+ - Datasets 2.13.1
76
+ - Tokenizers 0.13.3