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