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