Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,8 @@ tags:
|
|
8 |
- consumer health question
|
9 |
- prompt engineering
|
10 |
license: apache-2.0
|
11 |
-
datasets:
|
12 |
-
- bigbio/meqsum
|
13 |
widget:
|
14 |
- text: "
|
15 |
SUBJECT: high inner eye pressure above 21 possible glaucoma
|
@@ -17,25 +17,55 @@ widget:
|
|
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 |
-
|
22 |
-
task:
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
library_name: transformers
|
40 |
---
|
41 |
|
|
|
8 |
- consumer health question
|
9 |
- prompt engineering
|
10 |
license: apache-2.0
|
11 |
+
# datasets:
|
12 |
+
# - bigbio/meqsum
|
13 |
widget:
|
14 |
- text: "
|
15 |
SUBJECT: high inner eye pressure above 21 possible glaucoma
|
|
|
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:
|
22 |
+
- task:
|
23 |
+
type: summarization
|
24 |
+
name: Summarization
|
25 |
+
dataset:
|
26 |
+
name: >-
|
27 |
+
SAMSum Corpus: Dataset for medical question summarization
|
28 |
+
type: bigbio/meqsum
|
29 |
+
metrics:
|
30 |
+
- type: rogue-1
|
31 |
+
value: 42.621
|
32 |
+
name: Validation ROGUE-1
|
33 |
+
- type: rogue-2
|
34 |
+
value: 21.9825
|
35 |
+
name: Validation ROGUE-2
|
36 |
+
- type: rogue-l
|
37 |
+
value: 33.034
|
38 |
+
name: Validation ROGUE-L
|
39 |
+
- type: rogue-1
|
40 |
+
value: 41.3174
|
41 |
+
name: Test ROGUE-1
|
42 |
+
- type: rogue-2
|
43 |
+
value: 20.8716
|
44 |
+
name: Test ROGUE-2
|
45 |
+
- type: rogue-l
|
46 |
+
value: 32.1337
|
47 |
+
name: Test ROGUE-L
|
48 |
+
- task:
|
49 |
+
type: summarization
|
50 |
+
name: Summarization
|
51 |
+
dataset:
|
52 |
+
name: MeQSum
|
53 |
+
type: MeQSum
|
54 |
+
config: MeQSum
|
55 |
+
split: valid
|
56 |
+
metrics:
|
57 |
+
- type: rouge
|
58 |
+
value: 41.3282
|
59 |
+
name: ROUGE-1
|
60 |
+
- type: rouge
|
61 |
+
value: 20.8755
|
62 |
+
name: ROUGE-2
|
63 |
+
- type: rouge
|
64 |
+
value: 32.1353
|
65 |
+
name: ROUGE-L
|
66 |
+
- type: rouge
|
67 |
+
value: 38.401
|
68 |
+
name: ROUGE-LSUM
|
69 |
library_name: transformers
|
70 |
---
|
71 |
|