VK246 commited on
Commit
3ad0159
1 Parent(s): 63cdcbc

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: VK246/IC_ver6d_coco_swin_gpt2_50Bpc_1e
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - coco
7
+ metrics:
8
+ - rouge
9
+ model-index:
10
+ - name: IC_ver6trial_coco_swin_gpt2_50Apc_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_ver6trial_coco_swin_gpt2_50Apc_1e
18
+
19
+ This model is a fine-tuned version of [VK246/IC_ver6d_coco_swin_gpt2_50Bpc_1e](https://huggingface.co/VK246/IC_ver6d_coco_swin_gpt2_50Bpc_1e) on the coco dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.8113
22
+ - Cider: 43.6787
23
+ - Rouge1: 41.4057
24
+ - Rouge2: 16.177
25
+ - Rougel: 38.9636
26
+ - Rougelsum: 38.8335
27
+ - Bleu-1: 43.1153
28
+ - Bleu-2: 24.9997
29
+ - Bleu-3: 15.7558
30
+ - Bleu-4: 10.4674
31
+ - Gen Len: 11.1124
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
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.31.0
65
+ - Pytorch 2.0.1+cu118
66
+ - Datasets 2.14.4
67
+ - Tokenizers 0.13.3