Sentence Similarity
sentence-transformers
Safetensors
English
feature-extraction
dense
Generated from Trainer
dataset_size:90447
loss:LSRLoss
Instructions to use zyc-zju/qwen3-embedding-0.6b_qwen3-8b_hotpotqa_lsr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use zyc-zju/qwen3-embedding-0.6b_qwen3-8b_hotpotqa_lsr with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("zyc-zju/qwen3-embedding-0.6b_qwen3-8b_hotpotqa_lsr") sentences = [ "he Central Harbourfront is a waterfront site it is the result of Central and Wan Chai Reclamation, and it sits to the east of the International Finance Centre (IFC), a skyscraper and an integrated commercial development on the waterfront of the Central District, of which territory?", "Sammy Wilson", "UK", "Hong Kong" ] 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!