Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

electroglyph
/
Qwen3-Embedding-0.6B-onnx-uint8

Feature Extraction
sentence-transformers
ONNX
Transformers
qwen3
text-generation
sentence-similarity
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • sentence-transformers

    How to use electroglyph/Qwen3-Embedding-0.6B-onnx-uint8 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("electroglyph/Qwen3-Embedding-0.6B-onnx-uint8")
    
    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 electroglyph/Qwen3-Embedding-0.6B-onnx-uint8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="electroglyph/Qwen3-Embedding-0.6B-onnx-uint8")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("electroglyph/Qwen3-Embedding-0.6B-onnx-uint8")
    model = AutoModelForCausalLM.from_pretrained("electroglyph/Qwen3-Embedding-0.6B-onnx-uint8")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen3-Embedding-0.6B-onnx-uint8
615 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
electroglyph's picture
electroglyph
Upload folder using huggingface_hub
44377bb verified 11 months ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 11 months ago
  • README.md
    4.06 kB
    Upload folder using huggingface_hub 11 months ago
  • added_tokens.json
    735 Bytes
    Upload folder using huggingface_hub 11 months ago
  • config.json
    836 Bytes
    Upload folder using huggingface_hub 11 months ago
  • dynamic_uint8.onnx
    600 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • merges.txt
    1.67 MB
    Upload folder using huggingface_hub 11 months ago
  • special_tokens_map.json
    644 Bytes
    Upload folder using huggingface_hub 11 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload folder using huggingface_hub 11 months ago
  • tokenizer_config.json
    9.95 kB
    Upload folder using huggingface_hub 11 months ago
  • vocab.json
    2.78 MB
    Upload folder using huggingface_hub 11 months ago