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

KayaTechAI
/
Qwen3-0.6B-Fine-Tuned-Telecom-Technical-Documents-Retrieval-Embedding-With-Config

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

Instructions to use KayaTechAI/Qwen3-0.6B-Fine-Tuned-Telecom-Technical-Documents-Retrieval-Embedding-With-Config with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use KayaTechAI/Qwen3-0.6B-Fine-Tuned-Telecom-Technical-Documents-Retrieval-Embedding-With-Config with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("KayaTechAI/Qwen3-0.6B-Fine-Tuned-Telecom-Technical-Documents-Retrieval-Embedding-With-Config")
    
    sentences = [
        "How does the Session Description Protocol (SDP) typically facilitate media session setup?",
        "The Serving GPRS Support Node (SGSN) typically initiates a PDP context activation procedure towards the GGSN after receiving a request from the mobile device.",
        "SDP is used to describe the parameters for media streams, such as codecs, transport protocols, and IP addresses, enabling endpoints to agree on how to exchange media.",
        "They show the order of the bits produced by the speech encoder."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-0.6B-Fine-Tuned-Telecom-Technical-Documents-Retrieval-Embedding-With-Config
2.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
KayaTechAI's picture
KayaTechAI
Add new SentenceTransformer model
c99a61d verified 4 months ago
  • 1_Pooling
    Add new SentenceTransformer model 4 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 4 months ago
  • README.md
    50.8 kB
    Add new SentenceTransformer model 4 months ago
  • added_tokens.json
    707 Bytes
    Add new SentenceTransformer model 4 months ago
  • chat_template.jinja
    4.12 kB
    Add new SentenceTransformer model 4 months ago
  • config.json
    1.36 kB
    Add new SentenceTransformer model 4 months ago
  • config_sentence_transformers.json
    376 Bytes
    Add new SentenceTransformer model 4 months ago
  • merges.txt
    1.67 MB
    Add new SentenceTransformer model 4 months ago
  • model.safetensors
    2.38 GB
    xet
    Add new SentenceTransformer model 4 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 4 months ago
  • sentence_bert_config.json
    59 Bytes
    Add new SentenceTransformer model 4 months ago
  • special_tokens_map.json
    613 Bytes
    Add new SentenceTransformer model 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    Add new SentenceTransformer model 4 months ago
  • tokenizer_config.json
    5.4 kB
    Add new SentenceTransformer model 4 months ago
  • vocab.json
    2.78 MB
    Add new SentenceTransformer model 4 months ago