Instructions to use alvaroalon2/biobert_genetic_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alvaroalon2/biobert_genetic_ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="alvaroalon2/biobert_genetic_ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("alvaroalon2/biobert_genetic_ner") model = AutoModelForTokenClassification.from_pretrained("alvaroalon2/biobert_genetic_ner") - Notebooks
- Google Colab
- Kaggle
BioBERT model fine-tuned in NER task with JNLPBA and BC2GM corpus for genetic class entities.
This was fine-tuned in order to use it in a BioNER/BioNEN system which is available at: https://github.com/librairy/bio-ner
- Downloads last month
- 2,528