Sentence Similarity
sentence-transformers
Safetensors
qwen3
feature-extraction
Generated from Trainer
dataset_size:14580
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Instructions to use nextdaySunshine/qwen3-embedding-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use nextdaySunshine/qwen3-embedding-0.6b with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("nextdaySunshine/qwen3-embedding-0.6b") sentences = [ "He's a bull in a china shop", "bull in a china shop: a person who breaks things or who often makes mistakes or causes damage in situations that require careful thinking or behavior", "cloud nine: very happy/excited", "on the other hand: from a different point of view" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!