Update README.md
Browse files
README.md
CHANGED
@@ -8,14 +8,12 @@ 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
|
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,49 +21,22 @@ model-index:
|
|
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 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
library_name: transformers
|
70 |
---
|
71 |
|
|
|
8 |
- consumer health question
|
9 |
- prompt engineering
|
10 |
license: apache-2.0
|
|
|
|
|
11 |
widget:
|
12 |
+
- text: '
|
13 |
SUBJECT: high inner eye pressure above 21 possible glaucoma
|
14 |
MESSAGE: have seen inner eye pressure increase as I have begin taking
|
15 |
Rizatriptan. I understand the med narrows blood vessels. Can this med. cause
|
16 |
+
or effect the closed or wide angle issues with the eyelense/glacoma.'
|
17 |
model-index:
|
18 |
- name: medqsum-bart-large-xsum-meqsum
|
19 |
results:
|
|
|
21 |
type: summarization
|
22 |
name: Summarization
|
23 |
dataset:
|
24 |
+
name: 'SAMSum Corpus: Dataset for medical question summarization'
|
|
|
25 |
type: bigbio/meqsum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
split: valid
|
27 |
metrics:
|
28 |
+
- type: rogue-1
|
29 |
+
value: 54.32
|
30 |
+
name: Validation ROGUE-1
|
31 |
+
- type: rogue-2
|
32 |
+
value: 38.08
|
33 |
+
name: Validation ROGUE-2
|
34 |
+
- type: rogue-l
|
35 |
+
value: 51.98
|
36 |
+
name: Validation ROGUE-L
|
37 |
+
- type: rogue-l-sum
|
38 |
+
value: 51.99
|
39 |
+
name: Validation ROGUE-L-SUM
|
40 |
library_name: transformers
|
41 |
---
|
42 |
|