Sentence Similarity
Transformers
Safetensors
Korean
deberta-v2
text-classification
text-embeddings-inference
Instructions to use deliciouscat/kf-deberta-base-cross-sts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deliciouscat/kf-deberta-base-cross-sts with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("deliciouscat/kf-deberta-base-cross-sts") model = AutoModelForSequenceClassification.from_pretrained("deliciouscat/kf-deberta-base-cross-sts") - Notebooks
- Google Colab
- Kaggle
Ctrl+K