Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

seroe
/
Qwen3-Embedding-0.6B-turkish-triplet-matryoshka

Sentence Similarity
sentence-transformers
Safetensors
Turkish
qwen3
feature-extraction
Generated from Trainer
dataset_size:70941
loss:MatryoshkaLoss
loss:CachedMultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use seroe/Qwen3-Embedding-0.6B-turkish-triplet-matryoshka with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use seroe/Qwen3-Embedding-0.6B-turkish-triplet-matryoshka with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("seroe/Qwen3-Embedding-0.6B-turkish-triplet-matryoshka")
    
    sentences = [
        "Bağımsız akıllı cihaz kampanyalarının detayları nelerdir?",
        "Vodafone'un kampanyalarına katılan aboneler, seçtikleri tarifeye göre belirli indirimlerden yararlanabilirler. Örneğin, Cep Avantaj tarifeleri üzerinden 10 TL ile 20 TL arasında indirim sağlanmaktadır.",
        "Kampanyalar, farklı cihaz modelleri için aylık ödeme planları sunmaktadır.",
        "Vodafone'un kampanyaları, sadece internet paketleri ile ilgilidir."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-Embedding-0.6B-turkish-triplet-matryoshka
2.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
seroe's picture
seroe
Update README.md
fa4e2ae verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model about 1 year ago
  • README.md
    30.5 kB
    Update README.md about 1 year ago
  • added_tokens.json
    707 Bytes
    Add new SentenceTransformer model about 1 year ago
  • chat_template.jinja
    4.12 kB
    Add new SentenceTransformer model about 1 year ago
  • config.json
    720 Bytes
    Add new SentenceTransformer model about 1 year ago
  • config_sentence_transformers.json
    341 Bytes
    Add new SentenceTransformer model about 1 year ago
  • merges.txt
    1.67 MB
    Add new SentenceTransformer model about 1 year ago
  • model.safetensors
    2.38 GB
    xet
    Add new SentenceTransformer model about 1 year ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    59 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    613 Bytes
    Add new SentenceTransformer model about 1 year ago
  • tokenizer.json
    11.4 MB
    xet
    Add new SentenceTransformer model about 1 year ago
  • tokenizer_config.json
    5.4 kB
    Add new SentenceTransformer model about 1 year ago
  • vocab.json
    2.78 MB
    Add new SentenceTransformer model about 1 year ago