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

AbteeXAILab
/
lumynax-embed-e5-mistral-7b

Feature Extraction
sentence-transformers
Safetensors
English
Māori
abteex-ai-labs
aotearoa
embedding
local-first
lumynax
mistral
new-zealand
sovereign-ai
text
legacy
outdated
Model card Files Files and versions
xet
Community

Instructions to use AbteeXAILab/lumynax-embed-e5-mistral-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use AbteeXAILab/lumynax-embed-e5-mistral-7b with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("AbteeXAILab/lumynax-embed-e5-mistral-7b")
    
    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
lumynax-embed-e5-mistral-7b
14.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
AbteeXAILabs's picture
AbteeXAILabs
chore: standardise legacy release metadata
288bac1 verified 3 days ago
  • artifacts
    Add files using upload-large-folder tool 5 months ago
  • hf_space
    Add files using upload-large-folder tool 5 months ago
  • merged_model
    Add files using upload-large-folder tool 5 months ago
  • ollama
    Add files using upload-large-folder tool 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • LICENSE.txt
    490 Bytes
    Add files using upload-large-folder tool 5 months ago
  • README.md
    2.72 kB
    chore: standardise legacy release metadata 3 days ago
  • VERSION.txt
    4 Bytes
    Add files using upload-large-folder tool 5 months ago
  • checksums.sha256
    2.68 kB
    chore: standardise legacy release metadata 3 days ago
  • quickstart.py
    1.41 kB
    Add files using upload-large-folder tool 5 months ago
  • release_export_manifest.json
    5.38 kB
    chore: standardise legacy release metadata 3 days ago
  • requirements.txt
    61 Bytes
    Add files using upload-large-folder tool 5 months ago