sooolee commited on
Commit
9f6cd8c
1 Parent(s): 808dfbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -17,9 +17,15 @@ model-index:
17
  type: samsum
18
  split: validation
19
  metrics:
20
- - name: Rouge1
21
- type: rouge
22
- value: 46.819
 
 
 
 
 
 
23
  pipeline_tag: summarization
24
  inference: false
25
  library_name: transformers
@@ -59,10 +65,6 @@ The following hyperparameters were used during training:
59
  ### Training results
60
 
61
  - train_loss: 1.47
62
- - rogue1: 46.819522%
63
- - rouge2: 20.898074%
64
- - rougeL: 37.300937%
65
- - rougeLsum: 37.271341%
66
 
67
  ### How to use
68
  Note 'max_new_tokens=60' is used in the below example to control the length of the summary. FLAN-T5 model has max generation length = 200 and min generation length = 20 (default).
 
17
  type: samsum
18
  split: validation
19
  metrics:
20
+ - type: rogue1
21
+ value: 46.819522%
22
+ - type: rouge2
23
+ value: 20.898074%
24
+ - type: rougeL
25
+ value: 37.300937%
26
+ - type: rougeLsum
27
+ value: 37.271341%
28
+
29
  pipeline_tag: summarization
30
  inference: false
31
  library_name: transformers
 
65
  ### Training results
66
 
67
  - train_loss: 1.47
 
 
 
 
68
 
69
  ### How to use
70
  Note 'max_new_tokens=60' is used in the below example to control the length of the summary. FLAN-T5 model has max generation length = 200 and min generation length = 20 (default).