kurapy commited on
Commit
81e5bf7
1 Parent(s): 0733186

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -4,9 +4,22 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - xsum
 
 
7
  model-index:
8
  - name: t5-small-finetuned-xsum
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +28,13 @@ should probably proofread and complete it, then remove this comment. -->
15
  # t5-small-finetuned-xsum
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
 
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -42,6 +62,13 @@ The following hyperparameters were used during training:
42
  - num_epochs: 1
43
  - mixed_precision_training: Native AMP
44
 
 
 
 
 
 
 
 
45
  ### Framework versions
46
 
47
  - Transformers 4.19.2
 
4
  - generated_from_trainer
5
  datasets:
6
  - xsum
7
+ metrics:
8
+ - rouge
9
  model-index:
10
  - name: t5-small-finetuned-xsum
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: xsum
17
+ type: xsum
18
+ args: default
19
+ metrics:
20
+ - name: Rouge1
21
+ type: rouge
22
+ value: 28.2621
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
  # t5-small-finetuned-xsum
29
 
30
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 2.4782
33
+ - Rouge1: 28.2621
34
+ - Rouge2: 7.6583
35
+ - Rougel: 22.1971
36
+ - Rougelsum: 22.2
37
+ - Gen Len: 18.8243
38
 
39
  ## Model description
40
 
 
62
  - num_epochs: 1
63
  - mixed_precision_training: Native AMP
64
 
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
68
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
69
+ | 2.7138 | 1.0 | 12753 | 2.4782 | 28.2621 | 7.6583 | 22.1971 | 22.2 | 18.8243 |
70
+
71
+
72
  ### Framework versions
73
 
74
  - Transformers 4.19.2