Instructions to use deepset/gbert-large-sts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepset/gbert-large-sts with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="deepset/gbert-large-sts")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("deepset/gbert-large-sts") model = AutoModelForSequenceClassification.from_pretrained("deepset/gbert-large-sts") - Notebooks
- Google Colab
- Kaggle
How to use this model
#2
by adityaasish - opened
can someone help me with the inference code on how to use this model.