Views
No views yet
| BioLink-base | |
|---|---|
| Cell | 87.06 |
| Cell component | 79.09 |
| Tissue | 72.39 |
| Cancer | 88.34 |
| Organ | 85.04 |
| Multi-tissue structure | 71.60 |
| Overall | 83.46 |
<entity_type>sentence</entity_type>. In the case of this fine-tuned model, the entity type should be 'ALL'.'O' labels are used in the AIONER scheme, the outputs should be postprocessed before aggregating the tags1from tagging_fn import process_one_text
2from transformers import pipeline
3pipe = pipeline('ner', model='SIRIS-Lab/AIObioEnts-AnatEM-biolink-base', aggregation_strategy='none', device=0)
4process_one_text(text_to_tag, pipeline=pipe, entity_type='ALL')