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

zenlm
/
zen-embedding

Feature Extraction
sentence-transformers
Safetensors
English
Chinese
qwen3
zen
zen-embedding
zenlm
hanzo
embedding
retrieval
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use zenlm/zen-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use zenlm/zen-embedding with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("zenlm/zen-embedding")
    
    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]
  • Notebooks
  • Google Colab
  • Kaggle
zen-embedding
15.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
zeekay's picture
zeekay
docs: honest base_model attribution, drop marketing
ca7811a verified 18 days ago
  • 1_Pooling
    Add model weights 5 months ago
  • .gitattributes
    1.57 kB
    Add model weights 5 months ago
  • LICENSE
    11.3 kB
    Add model weights 5 months ago
  • NOTICE
    191 Bytes
    Add NOTICE: Copyright Zen Authors about 2 months ago
  • README.md
    1.28 kB
    docs: honest base_model attribution, drop marketing 18 days ago
  • config.json
    729 Bytes
    Add model weights 5 months ago
  • config_sentence_transformers.json
    215 Bytes
    Add model weights 5 months ago
  • generation_config.json
    117 Bytes
    Add model weights 5 months ago
  • merges.txt
    1.67 MB
    Add model weights 5 months ago
  • model-00001-of-00004.safetensors
    4.9 GB
    xet
    Add model weights 5 months ago
  • model-00002-of-00004.safetensors
    4.92 GB
    xet
    Add model weights 5 months ago
  • model-00003-of-00004.safetensors
    4.98 GB
    xet
    Add model weights 5 months ago
  • model-00004-of-00004.safetensors
    336 MB
    xet
    Add model weights 5 months ago
  • model.safetensors.index.json
    30.4 kB
    Add model weights 5 months ago
  • modules.json
    349 Bytes
    Add model weights 5 months ago
  • tokenizer.json
    11.4 MB
    xet
    Add model weights 5 months ago
  • tokenizer_config.json
    7.26 kB
    Add model weights 5 months ago
  • vocab.json
    2.78 MB
    Add model weights 5 months ago