amagzari commited on
Commit
b387e5e
·
1 Parent(s): bd3d23a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - summarization
5
+ - generated_from_trainer
6
+ datasets:
7
+ - cnn_dailymail
8
+ metrics:
9
+ - rouge
10
+ model-index:
11
+ - name: t5-v1_1-small-finetuned-cnn_dailymail
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: cnn_dailymail
18
+ type: cnn_dailymail
19
+ config: 3.0.0
20
+ split: train
21
+ args: 3.0.0
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 0.3362804924711526
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # t5-v1_1-small-finetuned-cnn_dailymail
32
+
33
+ This model is a fine-tuned version of [google/t5-v1_1-small](https://huggingface.co/google/t5-v1_1-small) on the cnn_dailymail dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.7290
36
+ - Rouge1: 0.3363
37
+ - Rouge2: 0.1736
38
+ - Rougel: 0.2951
39
+ - Rougelsum: 0.3151
40
+
41
+ ## Model description
42
+
43
+ More information needed
44
+
45
+ ## Intended uses & limitations
46
+
47
+ More information needed
48
+
49
+ ## Training and evaluation data
50
+
51
+ More information needed
52
+
53
+ ## Training procedure
54
+
55
+ ### Training hyperparameters
56
+
57
+ The following hyperparameters were used during training:
58
+ - learning_rate: 5.6e-05
59
+ - train_batch_size: 8
60
+ - eval_batch_size: 8
61
+ - seed: 42
62
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
63
+ - lr_scheduler_type: linear
64
+ - num_epochs: 4
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
69
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:------:|:------:|:---------:|
70
+ | 2.7338 | 1.0 | 35890 | 1.8390 | 0.3278 | 0.1658 | 0.2876 | 0.3064 |
71
+ | 2.3233 | 2.0 | 71780 | 1.7779 | 0.3335 | 0.1713 | 0.2924 | 0.3124 |
72
+ | 2.2253 | 3.0 | 107670 | 1.7428 | 0.3348 | 0.1728 | 0.2941 | 0.3138 |
73
+ | 2.1797 | 4.0 | 143560 | 1.7290 | 0.3363 | 0.1736 | 0.2951 | 0.3151 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.24.0
79
+ - Pytorch 1.12.1+cu113
80
+ - Datasets 2.7.1
81
+ - Tokenizers 0.13.2