cparrarojas
commited on
Commit
•
78a71e4
1
Parent(s):
9e92515
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- token-classification
|
5 |
+
tags:
|
6 |
+
- BioNER
|
7 |
+
- Biomedical NER
|
8 |
+
---
|
9 |
+
# AIObioEnts model files
|
10 |
+
|
11 |
+
This dataset contains the model files for [AIObioEnts](https://github.com/sirisacademic/AIObioEnts), trained using [AIONER](https://github.com/ncbi/AIONER) with 4 different pre-trained models:
|
12 |
+
|
13 |
+
- [BiomedBERT-base pre-trained on abstracts from PubMed; the best-performing model reported in the original AIONER paper](https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract)
|
14 |
+
- [BiomedBERT-base pre-trained on both abstracts from PubMed and full-texts articles from PubMedCentral](https://huggingface.co/microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext)
|
15 |
+
- [BioLinkBERT-base](https://huggingface.co/michiyasunaga/BioLinkBERT-base)
|
16 |
+
- [BioLinkBERT large](https://huggingface.co/michiyasunaga/BioLinkBERT-large)
|
17 |
+
|
18 |
+
|
19 |
+
for the identification of core biomedical entities—gene, disease, cell line, chemical, species, variant— in textual data, in addition to the models fine-tuned with selected entites from the [AnatEM](https://nactem.ac.uk/anatomytagger/#AnatEM) corpus—cell component, tissue, organ, multi-tissue structure, cancer.
|