alvaroalon2
commited on
Commit
•
7f5433a
1
Parent(s):
87bf039
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: "English"
|
3 |
+
tags:
|
4 |
+
- token-classification
|
5 |
+
- NER
|
6 |
+
- Biomedical
|
7 |
+
- Genetics
|
8 |
+
datasets:
|
9 |
+
- JNLPBA
|
10 |
+
- BC2GM
|
11 |
+
---
|
12 |
+
BioBERT model fine-tuned in NER task with JNLPBA and BC2GM corpus for genetic class entities.
|