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