pain commited on
Commit
7c083bb
1 Parent(s): 65dfff6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -4
README.md CHANGED
@@ -5,9 +5,24 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - xsum
 
 
8
  model-index:
9
  - name: t5-small-finetuned-xsum
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +31,13 @@ should probably proofread and complete it, then remove this comment. -->
16
  # t5-small-finetuned-xsum
17
 
18
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
 
 
 
 
 
 
 
19
 
20
  ## Model description
21
 
@@ -44,9 +66,9 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
47
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
48
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:------:|:---------:|:-------:|
49
- | No log | 1.0 | 7 | 3.7064 | 16.7146 | 1.9109 | 13.442 | 13.6581 | 18.97 |
50
 
51
 
52
  ### Framework versions
 
5
  - generated_from_trainer
6
  datasets:
7
  - xsum
8
+ metrics:
9
+ - rouge
10
  model-index:
11
  - name: t5-small-finetuned-xsum
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: xsum
18
+ type: xsum
19
+ config: default
20
+ split: validation
21
+ args: default
22
+ metrics:
23
+ - name: Rouge1
24
+ type: rouge
25
+ value: 28.2399
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
  # t5-small-finetuned-xsum
32
 
33
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xsum dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 2.4782
36
+ - Rouge1: 28.2399
37
+ - Rouge2: 7.7274
38
+ - Rougel: 22.2538
39
+ - Rougelsum: 22.2486
40
+ - Gen Len: 18.8191
41
 
42
  ## Model description
43
 
 
66
 
67
  ### Training results
68
 
69
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
70
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
71
+ | 2.7161 | 1.0 | 12753 | 2.4782 | 28.2399 | 7.7274 | 22.2538 | 22.2486 | 18.8191 |
72
 
73
 
74
  ### Framework versions