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