Instructions to use pruas/BENT-PubMedBERT-NER-Cell-Line with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pruas/BENT-PubMedBERT-NER-Cell-Line with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="pruas/BENT-PubMedBERT-NER-Cell-Line")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("pruas/BENT-PubMedBERT-NER-Cell-Line") model = AutoModelForTokenClassification.from_pretrained("pruas/BENT-PubMedBERT-NER-Cell-Line") - Notebooks
- Google Colab
- Kaggle
Ctrl+K