NouRed commited on
Commit
54568cc
·
1 Parent(s): b9ae868

update readme.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -11,12 +11,11 @@ license: apache-2.0
11
  datasets:
12
  - bigbio/meqsum
13
  widget:
14
- - text: >-
15
  SUBJECT: high inner eye pressure above 21 possible glaucoma
16
-
17
  MESSAGE: have seen inner eye pressure increase as I have begin taking
18
  Rizatriptan. I understand the med narrows blood vessels. Can this med. cause
19
- or effect the closed or wide angle issues with the eyelense/glacoma.
20
  model-index:
21
  - name: medqsum-bart-large-xsum-meqsum
22
  results: []
@@ -24,7 +23,18 @@ task:
24
  - type: summarization
25
  - name: Summarization
26
  metrics:
27
- - rouge
 
 
 
 
 
 
 
 
 
 
 
28
  pipeline_tag: summarization
29
  library_name: transformers
30
  ---
 
11
  datasets:
12
  - bigbio/meqsum
13
  widget:
14
+ - text: "
15
  SUBJECT: high inner eye pressure above 21 possible glaucoma
 
16
  MESSAGE: have seen inner eye pressure increase as I have begin taking
17
  Rizatriptan. I understand the med narrows blood vessels. Can this med. cause
18
+ or effect the closed or wide angle issues with the eyelense/glacoma."
19
  model-index:
20
  - name: medqsum-bart-large-xsum-meqsum
21
  results: []
 
23
  - type: summarization
24
  - name: Summarization
25
  metrics:
26
+ - type: rogue-1
27
+ value: 54.32
28
+ name: Validation ROGUE-1
29
+ - type: rogue-2
30
+ value: 38.08
31
+ name: Validation ROGUE-2
32
+ - type: rogue-l
33
+ value: 51.98
34
+ name: Validation ROGUE-L
35
+ - type: rogue-l-sum
36
+ value: 51.99
37
+ name: Validation ROGUE-L-SUM
38
  pipeline_tag: summarization
39
  library_name: transformers
40
  ---