bhuvaneswari commited on
Commit
4fc3afa
·
1 Parent(s): 653c741

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-text_summarization
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-text_summarization
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.12.3
 
4
  - generated_from_trainer
5
  datasets:
6
  - xsum
7
+ metrics:
8
+ - rouge
9
  model-index:
10
  - name: t5-small-text_summarization
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.6917
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
  # t5-small-text_summarization
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.4591
33
+ - Rouge1: 28.6917
34
+ - Rouge2: 7.976
35
+ - Rougel: 22.6383
36
+ - Rougelsum: 22.6353
37
+ - Gen Len: 18.8185
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.7006 | 1.0 | 8162 | 2.4591 | 28.6917 | 7.976 | 22.6383 | 22.6353 | 18.8185 |
70
+
71
+
72
  ### Framework versions
73
 
74
  - Transformers 4.12.3