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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e779ba084001581434e11f2ef0d331a14ec06b4cbd011413391c142e09e478c2
- Size of remote file:
- 502 MB
- SHA256:
- 11c509c7c6b2e625503d46d8a2bcec7e744680182a0e7ff6659a3a2c3d4b507d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.