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