Views
No views yet
| BioLink-large | |
|---|---|
| Cell | 89.28 |
| Cell component | 81.23 |
| Tissue | 74.49 |
| Cancer | 88.35 |
| Organ | 81.02 |
| Multi-tissue structure | 72.98 |
| Overall | 84.39 |
<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-large', aggregation_strategy='none', device=0)
4process_one_text(text_to_tag, pipeline=pipe, entity_type='ALL')