casasdorjunior commited on
Commit
0a21383
1 Parent(s): 0dfdcf0

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
  - xlsum
 
 
7
  model-index:
8
  - name: t5-small-finetuned-xlsum
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-xlsum
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xlsum 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.20.1
 
4
  - generated_from_trainer
5
  datasets:
6
  - xlsum
7
+ metrics:
8
+ - rouge
9
  model-index:
10
  - name: t5-small-finetuned-xlsum
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: xlsum
17
+ type: xlsum
18
+ args: spanish
19
+ metrics:
20
+ - name: Rouge1
21
+ type: rouge
22
+ value: 15.4289
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
  # t5-small-finetuned-xlsum
29
 
30
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the xlsum dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 2.6974
33
+ - Rouge1: 15.4289
34
+ - Rouge2: 3.146
35
+ - Rougel: 12.7682
36
+ - Rougelsum: 12.912
37
+ - Gen Len: 18.9889
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.9764 | 1.0 | 2382 | 2.6974 | 15.4289 | 3.146 | 12.7682 | 12.912 | 18.9889 |
70
+
71
+
72
  ### Framework versions
73
 
74
  - Transformers 4.20.1