Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
A Named Entity Recognition model for clinical entities (`problem`, `treatment`, `test`)
|
2 |
|
3 |
The model has been trained on the [i2b2 (now n2c2) dataset](https://n2c2.dbmi.hms.harvard.edu) for the 2010 - Relations task. Please visit the n2c2 site to request access to the dataset.
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- tner/bc5cdr
|
4 |
+
- jnlpba
|
5 |
+
- bc2gm_corpus
|
6 |
+
- drAbreu/bc4chemd_ner
|
7 |
+
- linnaeus
|
8 |
+
- ncbi_disease
|
9 |
+
---
|
10 |
A Named Entity Recognition model for clinical entities (`problem`, `treatment`, `test`)
|
11 |
|
12 |
The model has been trained on the [i2b2 (now n2c2) dataset](https://n2c2.dbmi.hms.harvard.edu) for the 2010 - Relations task. Please visit the n2c2 site to request access to the dataset.
|