Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pipeline_tag: token-classification
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
Named Entity Recognition (NER) model to recognize anatomical entities.
|
| 8 |
+
|
| 9 |
+
[PubMedBERT](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) fine-tuned on the following datasets:
|
| 10 |
+
- [MANTRA](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4986661/pdf/ocv037.pdf): entity type "ANAT"
|
| 11 |
+
- [CellFinder](http://cellfinder.org/about/annotation/): entity type "Anatomical parts"
|
| 12 |
+
- [CRAFT](https://github.com/UCDenver-ccp/CRAFT/tree/master/concept-annotation): entity type "UBERON"
|
| 13 |
+
- [MLEE](http://nactem.ac.uk/MLEE/): entity types "Anatomical_system", "Organ", "Multi-tissue structure", "Tissue", "Immaterial_anatomical_entity"
|
| 14 |
+
- [AnatEM](https://github.com/cambridgeltl/MTL-Bioinformatics-2016/tree/master/data/AnatEM-IOB)
|
| 15 |
+
- [BioNLP13CG](): entity types "Multi-tissue structure", "Tissue", "Organ", "Immaterial anatomical entity", "Anatomical system"
|
| 16 |
+
- [GREC](http://www.nactem.ac.uk/GREC/standoff.php): entity type "Tissue"
|