Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
---
|
2 |
language: en
|
|
|
3 |
license: apache-2.0
|
4 |
tags:
|
5 |
- token-classification
|
6 |
- NER
|
7 |
- Biomedical
|
8 |
---
|
9 |
-
BioBERT model
|
10 |
-
|
11 |
-
This was fine-tuned in order to use it in a BioNER/BioNEN system which is available at: https://github.com/librairy/bio-ner
|
|
|
1 |
---
|
2 |
language: en
|
3 |
+
datasets: nmitchko/i2b2-query-data-1.0
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- token-classification
|
7 |
- NER
|
8 |
- Biomedical
|
9 |
---
|
10 |
+
BioBERT model pre-trained on nmitchko/i2b2-query-data-1.0 corpus
|
|
|
|