Instructions to use egoitz/roberta-timex-semeval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use egoitz/roberta-timex-semeval with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="egoitz/roberta-timex-semeval")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("egoitz/roberta-timex-semeval") model = AutoModelForTokenClassification.from_pretrained("egoitz/roberta-timex-semeval", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
39f3a7e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8fae6c5ae2e5956b270eb407eebb8ff4aa513a714d7c0234473b900ab758840b
size 496427251
|