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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

aysinghal
/
ide-code-retrieval-qwen3-0.6b

Sentence Similarity
sentence-transformers
Safetensors
English
qwen3
feature-extraction
code-retrieval
embeddings
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use aysinghal/ide-code-retrieval-qwen3-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use aysinghal/ide-code-retrieval-qwen3-0.6b with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("aysinghal/ide-code-retrieval-qwen3-0.6b")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
ide-code-retrieval-qwen3-0.6b
1.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
aysinghal's picture
aysinghal
Checkpoint at step 9000
d18991a verified about 2 months ago
  • 1_Pooling
    Upload checkpoint at step 3500 about 2 months ago
  • .gitattributes
    1.57 kB
    Upload checkpoint at step 3500 about 2 months ago
  • README.md
    12 kB
    Checkpoint at step 9000 about 2 months ago
  • chat_template.jinja
    4.12 kB
    Upload checkpoint at step 3500 about 2 months ago
  • config.json
    1.41 kB
    Upload checkpoint at step 3500 about 2 months ago
  • config_sentence_transformers.json
    375 Bytes
    Upload checkpoint at step 3500 about 2 months ago
  • model.safetensors
    1.19 GB
    xet
    Checkpoint at step 9000 about 2 months ago
  • modules.json
    349 Bytes
    Upload checkpoint at step 3500 about 2 months ago
  • sentence_bert_config.json
    58 Bytes
    Upload checkpoint at step 3500 about 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload checkpoint at step 3500 about 2 months ago
  • tokenizer_config.json
    349 Bytes
    Checkpoint at step 4000 about 2 months ago
  • trainer_state.json
    34.2 kB
    Checkpoint at step 9000 about 2 months ago