jsylee commited on
Commit
129ee86
1 Parent(s): dc53006

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -2,19 +2,24 @@
2
  language:
3
  - en
4
  tags:
5
- - ner
6
- - scibert
7
- - adverse-effect
8
- - drug
9
- - medical
10
  datasets:
11
  - ade_corpus_v2
12
  widget:
13
  - text: "Abortion, miscarriage or uterine hemorrhage associated with misoprostol (Cytotec), a labor-inducing drug."
 
14
  - text: "Addiction to many sedatives and analgesics, such as diazepam, morphine, etc."
 
15
  - text: "Birth defects associated with thalidomide"
 
16
  - text: "Bleeding of the intestine associated with aspirin therapy"
 
17
  - text: "Cardiovascular disease associated with COX-2 inhibitors (i.e. Vioxx)"
 
18
 
19
  ---
20
 
 
2
  language:
3
  - en
4
  tags:
5
+ - Named Entity Recognition
6
+ - SciBERT
7
+ - Adverse Effect
8
+ - Drug
9
+ - Medical
10
  datasets:
11
  - ade_corpus_v2
12
  widget:
13
  - text: "Abortion, miscarriage or uterine hemorrhage associated with misoprostol (Cytotec), a labor-inducing drug."
14
+ example_title: "Abortion, miscarriage, ..."
15
  - text: "Addiction to many sedatives and analgesics, such as diazepam, morphine, etc."
16
+ example_title: "Addiction to many..."
17
  - text: "Birth defects associated with thalidomide"
18
+ example_title: "Birth defects associated..."
19
  - text: "Bleeding of the intestine associated with aspirin therapy"
20
+ example_title: "Bleeding of the intestine..."
21
  - text: "Cardiovascular disease associated with COX-2 inhibitors (i.e. Vioxx)"
22
+ example_title: "Cardiovascular disease..."
23
 
24
  ---
25