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-bge-m3

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

Instructions to use AbteeXAILab/lumynax-embed-bge-m3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use AbteeXAILab/lumynax-embed-bge-m3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("AbteeXAILab/lumynax-embed-bge-m3")
    
    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-bge-m3
2.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
AbteeXAILabs's picture
AbteeXAILabs
docs: publish professional LumynaX model card
1e0e4d4 verified 2 months ago
  • artifacts
    Add files using upload-large-folder tool 4 months ago
  • docs
    docs: publish professional LumynaX model card 2 months ago
  • hf_space
    Add files using upload-large-folder tool 4 months ago
  • merged_model
    Add files using upload-large-folder tool 4 months ago
  • ollama
    Add files using upload-large-folder tool 4 months ago
  • .gitattributes
    1.65 kB
    Add files using upload-large-folder tool 4 months ago
  • LICENSE.txt
    483 Bytes
    Add files using upload-large-folder tool 4 months ago
  • README.md
    8.95 kB
    docs: publish professional LumynaX model card 2 months ago
  • VERSION.txt
    4 Bytes
    Add files using upload-large-folder tool 4 months ago
  • checksums.sha256
    3.14 kB
    docs: publish professional LumynaX model card 2 months ago
  • quickstart.py
    1.47 kB
    Add files using upload-large-folder tool 4 months ago
  • release_export_manifest.json
    4.76 kB
    Add files using upload-large-folder tool 4 months ago
  • requirements.txt
    34 Bytes
    Add files using upload-large-folder tool 4 months ago