debbiesoon commited on
Commit
65154ce
1 Parent(s): d938760

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: t5-small-T5_summarise
7
  results: []
@@ -13,6 +15,13 @@ should probably proofread and complete it, then remove this comment. -->
13
  # t5-small-T5_summarise
14
 
15
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
 
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -20,8 +29,7 @@ More information needed
20
 
21
  ## Intended uses & limitations
22
 
23
- max_input_length = 1024
24
- max_target_length = 128
25
 
26
  ## Training and evaluation data
27
 
@@ -43,9 +51,9 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
47
- |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:|:-------:|
48
- | No log | 1.0 | 2 | 3.5178 | 20.1281 | 12.0304 | 17.2164 | 18.5488 | 19.0 |
49
 
50
 
51
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - rouge
7
  model-index:
8
  - name: t5-small-T5_summarise
9
  results: []
 
15
  # t5-small-T5_summarise
16
 
17
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 5.0384
20
+ - Rouge1: 15.9638
21
+ - Rouge2: 9.0883
22
+ - Rougel: 13.2968
23
+ - Rougelsum: 14.5007
24
+ - Gen Len: 19.0
25
 
26
  ## Model description
27
 
 
29
 
30
  ## Intended uses & limitations
31
 
32
+ More information needed
 
33
 
34
  ## Training and evaluation data
35
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:|
56
+ | 4.2781 | 1.0 | 2 | 5.0384 | 15.9638 | 9.0883 | 13.2968 | 14.5007 | 19.0 |
57
 
58
 
59
  ### Framework versions