Instructions to use AnonymousSub/output_roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnonymousSub/output_roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="AnonymousSub/output_roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/output_roberta-large") model = AutoModelForQuestionAnswering.from_pretrained("AnonymousSub/output_roberta-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
5f63a32 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:86d9e6e9ecb50106293da105d44374c5ecfb71c642dee5cc87d10d21d2654345
size 1417379889
|