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

tokenizer = AutoTokenizer.from_pretrained("scroskey/cross-encoder-stsb-deberta-v3-xsmall")
model = AutoModelForSequenceClassification.from_pretrained("scroskey/cross-encoder-stsb-deberta-v3-xsmall")
Quick Links
README.md exists but content is empty.
Downloads last month
11
Safetensors
Model size
70.8M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support