How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("jamescalam/bert-stsb-cross-encoder")
model = AutoModelForSequenceClassification.from_pretrained("jamescalam/bert-stsb-cross-encoder")
Quick Links

Augmented SBERT STSb

This is a sentence-transformers cross encoder model.

It is used as a demo model within the NLP for Semantic Search course, for the chapter on In-domain Data Augmentation with BERT.

Downloads last month
255
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support