Any-to-Any
Transformers
Safetensors
English
Māori
abteex-ai-labs
aotearoa
gemma
legacy
lumynax
sovereign-ai
outdated
Instructions to use AbteeXAILab/lumynax-infused-gemma-e4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AbteeXAILab/lumynax-infused-gemma-e4b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AbteeXAILab/lumynax-infused-gemma-e4b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
docs: publish professional LumynaX model card
Browse files- README.md +18 -0
- checksums.sha256 +1 -1
README.md
CHANGED
|
@@ -43,6 +43,24 @@ This repository is a complete LumynaX release package for `AbteeXAILab/lumynax-i
|
|
| 43 |
|
| 44 |
LumynaX-infused means the upstream artifact is presented through the LumynaX release layer: local-first runtime scaffolding, LumynaX assistant identity, inference-chain metadata, public documentation, integrity files, and Aotearoa New Zealand-oriented workflow positioning. The release manifest records this as a LumynaX packaging and inference-chain layer around the listed upstream artifact; it does not claim a private LumynaX weight merge.
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
## Quickstart
|
| 47 |
|
| 48 |
```bash
|
|
|
|
| 43 |
|
| 44 |
LumynaX-infused means the upstream artifact is presented through the LumynaX release layer: local-first runtime scaffolding, LumynaX assistant identity, inference-chain metadata, public documentation, integrity files, and Aotearoa New Zealand-oriented workflow positioning. The release manifest records this as a LumynaX packaging and inference-chain layer around the listed upstream artifact; it does not claim a private LumynaX weight merge.
|
| 45 |
|
| 46 |
+
## AbteeX LumynaX Public Surface
|
| 47 |
+
|
| 48 |
+
This card follows the AbteeX/LumynaX public-facing system used across the release family: warm paper background visuals, black editorial typography, amber proof markers, compact evidence tables, and plain-language runtime instructions. The goal is not decoration; it is operational clarity. A downloader should immediately understand what the package is, what files belong together, what runtime path is expected, what provenance is available, and what limits still apply.
|
| 49 |
+
|
| 50 |
+
## Sovereignty And Run Contract
|
| 51 |
+
|
| 52 |
+
| Field | Value |
|
| 53 |
+
| --- | --- |
|
| 54 |
+
| Public surface | AbteeX/LumynaX light editorial system: warm paper, black ink, amber status markers, and evidence-first tables. |
|
| 55 |
+
| Sovereign intent | Package is documented for local-first use, explicit provenance, and controlled deployment near governed data. |
|
| 56 |
+
| Runtime residency | `transformers_multimodal` runtime can be deployed by the user in their own approved environment. |
|
| 57 |
+
| Model artifact | `merged_model/model.safetensors` must stay with manifest, checksums, quickstart, requirements, and license files. |
|
| 58 |
+
| Modalities | `text, image, audio` |
|
| 59 |
+
| License discipline | `other` metadata is surfaced so downstream users can check redistribution and usage terms. |
|
| 60 |
+
| Audit expectation | Record repo id, artifact checksum, runtime command, prompt template, operator, and deployment environment for production use. |
|
| 61 |
+
| Router readiness | Compatible with the LumynaX MaramaRoute registry pattern for sovereign model selection and fallback planning. |
|
| 62 |
+
| Multimodal handling | Keep projector, processor, and media-handling files together; treat uploaded media as governed input. |
|
| 63 |
+
|
| 64 |
## Quickstart
|
| 65 |
|
| 66 |
```bash
|
checksums.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
ebc90563e2ff49f50494f7037fb688167180e233d4f7a357830e776b1ea4de3e .gitattributes
|
| 2 |
811c4a5343cff750611daecb99afa57c95d7d89d038abb07beb926220b55a8cb LICENSE.txt
|
| 3 |
-
|
| 4 |
2dfede0e6610c473959c963b292fcec325452acba33fd1bba21110e04933df53 VERSION.txt
|
| 5 |
036c904dfe7f5ac8ed60f45326b27be983262cc1195115c85663d3ccfa0334e6 artifacts/release_training_summary.json
|
| 6 |
a2562be374bb866ca0579407edfac03e93579134b9da08ad5c485a3d56471a8c hf_space/README.md
|
|
|
|
| 1 |
ebc90563e2ff49f50494f7037fb688167180e233d4f7a357830e776b1ea4de3e .gitattributes
|
| 2 |
811c4a5343cff750611daecb99afa57c95d7d89d038abb07beb926220b55a8cb LICENSE.txt
|
| 3 |
+
2b90367e2f8aecbfc3434f011fd6a274c8ab681c7ff38f39364d6d4401e0640a README.md
|
| 4 |
2dfede0e6610c473959c963b292fcec325452acba33fd1bba21110e04933df53 VERSION.txt
|
| 5 |
036c904dfe7f5ac8ed60f45326b27be983262cc1195115c85663d3ccfa0334e6 artifacts/release_training_summary.json
|
| 6 |
a2562be374bb866ca0579407edfac03e93579134b9da08ad5c485a3d56471a8c hf_space/README.md
|