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