Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
tags:
|
4 |
+
- token-classification
|
5 |
+
- NER
|
6 |
+
- Biomedical
|
7 |
+
- Chemicals
|
8 |
+
datasets:
|
9 |
+
- BC5CDR-chemicals
|
10 |
+
- BC4CHEMD
|
11 |
+
license: apache-2.0
|
12 |
+
---
|
13 |
+
|
14 |
+
BioBERT model fine-tuned in NER task with BC5CDR-chemicals and BC4CHEMD corpus.
|
15 |
+
|
16 |
+
This was fine-tuned in order to use it in a BioNER/BioNEN system which is available at: https://github.com/librairy/bio-ner
|