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: 129 Bytes
d01a2d2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:623a732a7df841aca79acda727b6d6729b0dd201503704284ddd2afe22e51a0c
size 3055
|