Instructions to use alvaroalon2/biobert_diseases_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alvaroalon2/biobert_diseases_ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="alvaroalon2/biobert_diseases_ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("alvaroalon2/biobert_diseases_ner") model = AutoModelForTokenClassification.from_pretrained("alvaroalon2/biobert_diseases_ner") - Notebooks
- Google Colab
- Kaggle
On Feature Extraction of DNA and RNA Sequences
#5 opened over 2 years ago
by
tangpingdadaguai
Adding `safetensors` variant of this model
#4 opened almost 3 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#3 opened about 3 years ago
by
SFconvertbot
How to apply this model on PubMed full-text?
2
#2 opened about 3 years ago
by
bear007