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
- Xet hash:
- 4087a682989dd6337f38491bb11394eb2d6387db2b33bd119e6bda915e9400ae
- Size of remote file:
- 499 MB
- SHA256:
- 6af6828f0c7aebe4bc402fc47d4256e1cd6f72a6f7499ac7aa7f3295e744d641
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.