VK246 commited on
Commit
f758c30
1 Parent(s): 4def64e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - coco
6
+ metrics:
7
+ - rouge
8
+ - bleu
9
+ model-index:
10
+ - name: IC_ver6b_coco_swin_gpt2_50Bpc_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_ver6b_coco_swin_gpt2_50Bpc_1e
18
+
19
+ This model is a fine-tuned version of [VK246/IC_ver6a_coco_swin_gpt2_50Apc_1e](https://huggingface.co/VK246/IC_ver6a_coco_swin_gpt2_50Apc_1e) on the coco dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8180
22
+ - Rouge1: 41.462
23
+ - Rouge2: 16.1291
24
+ - Rougel: 37.6518
25
+ - Rougelsum: 37.6471
26
+ - Bleu: 9.9643
27
+ - Gen Len: 11.3063
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: 1
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu | Gen Len |
57
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:------:|:-------:|
58
+ | 0.8889 | 0.17 | 500 | 0.8659 | 39.7654 | 14.603 | 36.1709 | 36.1638 | 8.8491 | 11.3063 |
59
+ | 0.8756 | 0.34 | 1000 | 0.8515 | 40.3678 | 15.2852 | 36.7303 | 36.7188 | 9.3029 | 11.3063 |
60
+ | 0.862 | 0.51 | 1500 | 0.8388 | 40.7537 | 15.2635 | 37.0523 | 37.0379 | 9.3057 | 11.3063 |
61
+ | 0.8546 | 0.68 | 2000 | 0.8281 | 40.961 | 15.6192 | 37.1627 | 37.1546 | 9.7453 | 11.3063 |
62
+ | 0.837 | 0.85 | 2500 | 0.8214 | 41.5703 | 16.1006 | 37.7767 | 37.7654 | 9.9062 | 11.3063 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.30.2
68
+ - Pytorch 2.0.1+cu118
69
+ - Datasets 2.13.1
70
+ - Tokenizers 0.13.3