jsylee commited on
Commit
cb3a75d
1 Parent(s): 20d0e80

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - ner
6
+ - scibert
7
+ datasets:
8
+ - ade_corpus_v2
9
+ widget:
10
+ - text: "Abortion, miscarriage or uterine hemorrhage associated with misoprostol (Cytotec), a labor-inducing drug."
11
+ - text: "Addiction to many sedatives and analgesics, such as diazepam, morphine, etc."
12
+ - text: "Birth defects associated with thalidomide"
13
+ - text: "Bleeding of the intestine associated with aspirin therapy"
14
+
15
+ ---
16
+
17
+ This is a SciBERT model fine-tuned to perform Named Entity Recognition on drug names and adverse drug effects.
18
+
19
+ Original model: https://huggingface.co/allenai/scibert_scivocab_uncased
20
+
21
+ Original dataset: https://huggingface.co/datasets/ade_corpus_v2
22
+