VK246 commited on
Commit
7826a9c
1 Parent(s): bf7c75e

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_ver6e_coco_swin_gpt2_50Apc_1e
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - coco
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: IC_ver6F_coco_swin_gpt2_50B_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_ver6F_coco_swin_gpt2_50B_1e
18
+
19
+ This model is a fine-tuned version of [VK246/IC_ver6e_coco_swin_gpt2_50Apc_1e](https://huggingface.co/VK246/IC_ver6e_coco_swin_gpt2_50Apc_1e) on the coco dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.7799
22
+ - Cider: 5.8986
23
+ - Rouge1: 42.1787
24
+ - Rouge2: 16.6289
25
+ - Rougel: 38.245
26
+ - Rougelsum: 38.236
27
+ - Bleu-1: 43.2152
28
+ - Bleu-2: 25.0563
29
+ - Bleu-3: 15.845
30
+ - Bleu-4: 10.5042
31
+ - Gen Len: 11.3063
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.6972 | 0.34 | 1000 | 0.8128 | 5.8314 | 41.3992 | 16.1278 | 37.5675 | 37.5537 | 42.6637 | 24.5815 | 15.5018 | 10.2465 | 11.3063 |
63
+ | 0.7318 | 0.68 | 2000 | 0.7912 | 6.9716 | 41.8244 | 16.3282 | 37.9594 | 37.9525 | 42.7623 | 24.7305 | 15.6458 | 10.4067 | 11.3063 |
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