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

  • Log In
  • Sign Up

zeroentropy
/
zembed-1

Feature Extraction
sentence-transformers
Safetensors
English
multilingual
qwen3
finance
legal
healthcare
code
stem
medical
text-embeddings-inference
Model card Files Files and versions
xet
Community
4

Instructions to use zeroentropy/zembed-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use zeroentropy/zembed-1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("zeroentropy/zembed-1")
    
    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
zembed-1
Ctrl+K
Ctrl+K
  • 5 contributors
History: 5 commits
ghita-ha's picture
ghita-ha
Update README.md
8ba67a9 verified about 2 months ago
  • 1_Pooling
    initial commit 2 months ago
  • assets
    initial commit 2 months ago
  • .gitattributes
    372 Bytes
    initial commit 2 months ago
  • README.md
    5.33 kB
    Update README.md about 2 months ago
  • added_tokens.json
    707 Bytes
    initial commit 2 months ago
  • chat_template.jinja
    4.17 kB
    initial commit 2 months ago
  • config.json
    1.56 kB
    initial commit 2 months ago
  • config_sentence_transformers.json
    309 Bytes
    Update README code snippet (#1) 2 months ago
  • generation_config.json
    214 Bytes
    initial commit 2 months ago
  • merges.txt
    1.67 MB
    initial commit 2 months ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    initial commit 2 months ago
  • model-00002-of-00002.safetensors
    3.08 GB
    xet
    initial commit 2 months ago
  • model.safetensors.index.json
    32.9 kB
    initial commit 2 months ago
  • modeling_zembed.py
    593 Bytes
    initial commit 2 months ago
  • modules.json
    342 Bytes
    initial commit 2 months ago
  • projections.safetensors
    17.5 MB
    xet
    initial commit 2 months ago
  • sentence_bert_config.json
    55 Bytes
    initial commit 2 months ago
  • special_tokens_map.json
    613 Bytes
    initial commit 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    initial commit 2 months ago
  • tokenizer_config.json
    5.43 kB
    initial commit 2 months ago
  • vocab.json
    2.78 MB
    initial commit 2 months ago