Token Classification
Transformers
PyTorch
roberta
LABEL-0 = NONE
LABEL-1 = B-DATE
LABEL-2 = I-DATE
LABEL-3 = B-TIME
LABEL-4 = I-TIME
LABEL-5 = B-DURATION
LABEL-6 = I-DURATION
LABEL-7 = B-SET
LABEL-8 = I-SET
Instructions to use asdc/Bio-RoBERTime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use asdc/Bio-RoBERTime with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="asdc/Bio-RoBERTime")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("asdc/Bio-RoBERTime") model = AutoModelForTokenClassification.from_pretrained("asdc/Bio-RoBERTime") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#3 opened over 2 years ago
by
librarian-bot
Adding `safetensors` variant of this model
#2 opened over 2 years ago
by
SFconvertbot
Adding `safetensors` variant of this model
#1 opened almost 3 years ago
by
SFconvertbot