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

npc0
/
Qwen3-Embedding-0.6B-OED

Feature Extraction
sentence-transformers
Safetensors
Transformers
lora
sentence-similarity
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • sentence-transformers

    How to use npc0/Qwen3-Embedding-0.6B-OED with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("npc0/Qwen3-Embedding-0.6B-OED")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Transformers

    How to use npc0/Qwen3-Embedding-0.6B-OED with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="npc0/Qwen3-Embedding-0.6B-OED")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("npc0/Qwen3-Embedding-0.6B-OED", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-Embedding-0.6B-OED
22.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
npc0's picture
npc0
Update README.md
c6535bb verified 8 months ago
  • .gitattributes
    1.57 kB
    Upload 10 files 8 months ago
  • README.md
    2.84 kB
    Update README.md 8 months ago
  • adapter_config.json
    881 Bytes
    Upload 10 files 8 months ago
  • adapter_model.safetensors
    6.91 MB
    LFS
    Upload 10 files 8 months ago
  • added_tokens.json
    707 Bytes
    Upload 10 files 8 months ago
  • chat_template.jinja
    4.12 kB
    Upload 10 files 8 months ago
  • merges.txt
    1.67 MB
    Upload 10 files 8 months ago
  • special_tokens_map.json
    613 Bytes
    Upload 10 files 8 months ago
  • tokenizer.json
    11.4 MB
    LFS
    Upload 10 files 8 months ago
  • tokenizer_config.json
    5.43 kB
    Upload 10 files 8 months ago
  • vocab.json
    2.78 MB
    Upload 10 files 8 months ago