Feature Extraction
sentence-transformers
Safetensors
English
Māori
abteex-ai-labs
aotearoa
embedding
local-first
lumynax
mistral
new-zealand
sovereign-ai
text
legacy
outdated
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
metadata
title: LumynaX Embed E5 Mistral 7B Demo
colorFrom: green
colorTo: blue
sdk: gradio
app_file: app.py
pinned: false
short_description: Browser demo bundle for the exported LumynaX release.
LumynaX Embed E5 Mistral 7B Demo
Public browser demo for LumynaX from AbteeX AI Labs.
Overview
- zero-install text demo for LumynaX Embed E5 Mistral 7B
- public Space backed by a private Hugging Face model repo
- tuned for practical, moderately detailed responses in the browser
What To Expect
- the first request after a cold start can take a minute or two
- response quality is representative, but this Space is optimized for accessibility over speed
- if you need full weights or deeper evaluation, use the private model repo directly
Example Prompts
- Give a helpful welcome message for customers in Aotearoa New Zealand.
- Explain in two short paragraphs what LumynaX Embed E5 Mistral 7B is and who it is for.
- Write a concise summary of why local AI deployment matters for NZ teams.
Maintainer Notes
This Space downloads the target model repo from Hugging Face at runtime.
Set LUMYNAX_MODEL_REPO_ID if you want the Space to target a different private model repo.
If the target repo is GGUF-only and does not contain merged_model/, this Space stays in GGUF-only browser showcase mode and points people to the local interactive quickstart instead of surfacing a raw runtime error.