Sentence Similarity
Transformers
Safetensors
Tajik
distilbert
feature-extraction
text-embeddings-inference
Instructions to use alifbank/tjdistilbert-sts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alifbank/tjdistilbert-sts with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("alifbank/tjdistilbert-sts") model = AutoModel.from_pretrained("alifbank/tjdistilbert-sts") - Notebooks
- Google Colab
- Kaggle