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