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

eoinedge
/
zephyrproject

Sentence Similarity
sentence-transformers
English
zephyr
zephyr-rtos
rag
retrieval
faiss
documentation
embedded
qwen
offline
Model card Files Files and versions
xet
Community

Instructions to use eoinedge/zephyrproject with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use eoinedge/zephyrproject with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("eoinedge/zephyrproject")
    
    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
zephyrproject
18.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
eoinedge's picture
eoinedge
Zephyr docs RAG index and tooling
e8e97df verified 7 days ago
  • index
    Zephyr docs RAG index and tooling 7 days ago
  • scripts
    Zephyr docs RAG index and tooling 7 days ago
  • .gitattributes
    1.57 kB
    Zephyr docs RAG index and tooling 7 days ago
  • README.md
    5.56 kB
    Zephyr docs RAG index and tooling 7 days ago
  • app.py
    7.09 kB
    Zephyr docs RAG index and tooling 7 days ago
  • requirements.txt
    345 Bytes
    Zephyr docs RAG index and tooling 7 days ago