AbteeXAILabs commited on
Commit
a861724
·
verified ·
1 Parent(s): 5b12a07

docs: publish professional LumynaX model card

Browse files
README.md CHANGED
@@ -15,124 +15,96 @@ tags:
15
  - abteex-ai-labs
16
  - local-first
17
  ---
 
18
  # LumynaX Infused SmolLM2 360M Instruct GGUF
19
 
20
- LumynaX Infused SmolLM2 360M Instruct GGUF is a Hugging Face-ready LumynaX GGUF release package. It wraps a
21
- prebuilt GGUF artifact for local `llama.cpp`, `llama-cpp-python`, Ollama, LM
22
- Studio, Jan, or compatible GGUF runtimes.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
- ## Provenance
25
 
26
- - upstream base model: `HuggingFaceTB/SmolLM2-360M-Instruct`
27
- - source GGUF repo: `HuggingFaceTB/SmolLM2-360M-Instruct-GGUF`
28
- - packaged GGUF file: `smollm2-360m-instruct-q8_0.gguf`
29
- - supported modalities: `text`
30
- - quantization: `Q8_0`
31
- - packaging identity: `LumynaX` from `AbteeX AI Labs`
32
- - license metadata: `apache-2.0`
33
- - weight claim: this release packages the referenced GGUF artifact and does not claim a private weight merge
34
 
35
- ## Quick Start
 
 
 
 
36
 
37
  ```bash
 
 
38
  pip install -r requirements.txt
39
  python quickstart.py --interactive
40
- python quickstart.py --prompt "Say hello in one short sentence."
41
  ```
42
 
43
- To use the bundled llama.cpp fallback directly:
44
 
45
  ```bash
46
- python quickstart.py --llama-cli C:\path\to\llama-cli.exe --prompt "Say hello."
47
  ```
48
 
49
-
50
- ## Ollama
51
 
52
  ```bash
53
- cd ollama
54
- powershell -NoProfile -ExecutionPolicy Bypass -File ./create_ollama_model.ps1
55
  ollama run lumynax-infused-smollm2-360m-gguf
56
  ```
57
 
58
- ## Included Files
59
-
60
- - `smollm2-360m-instruct-q8_0.gguf`: primary GGUF model artifact
61
- - `quickstart.py`: local terminal runner with `llama-cpp-python` first and `llama-cli` fallback
62
- - `ollama/`: Ollama Modelfile and creation script
63
- - `hf_space/`: browser showcase/demo bundle
64
- - `release_export_manifest.json`: package metadata and runtime defaults
65
- - `checksums.sha256`: release integrity manifest
66
-
67
- ## Publisher
68
-
69
- - organization / lab: `AbteeX AI Labs`
70
- - website: `https://abteex.com`
71
- - Hugging Face owner account: `AbteeXAILab`
72
- - recommended model repo: `AbteeXAILab/lumynax-infused-smollm2-360m-gguf`
73
- - recommended local model name: `lumynax-infused-smollm2-360m-gguf`
74
-
75
- <!-- lumynax-public-release-block:v3 -->
76
-
77
- ## Complete LumynaX Release Card
78
-
79
- ![LumynaX: infused](https://img.shields.io/badge/LumynaX-infused-22c55e) ![runtime: llama cpp](https://img.shields.io/badge/runtime-llama%20cpp-1f6feb) ![format: GGUF](https://img.shields.io/badge/format-GGUF-7c3aed) ![package: prebuilt gguf release](https://img.shields.io/badge/package-prebuilt%20gguf%20release-0f766e) ![docs: v3](https://img.shields.io/badge/docs-v3-f97316)
80
-
81
- This section is the expanded public-facing package card for this LumynaX release. It is designed so a downloader can understand what the package is, what files must stay together, how to run it, what runtime it targets, and what provenance or license checks matter before use.
82
-
83
- ## Release At A Glance
84
 
85
  | Field | Value |
86
  | --- | --- |
87
- | HF repo | `AbteeXAILab/lumynax-infused-smollm2-360m-gguf` |
88
- | Public status | `public` |
89
- | Release type | `Local text generation` |
90
- | Delivery | `standalone_prebuilt_gguf_release` |
91
- | Package state | `prebuilt_gguf_release` |
92
- | Runtime backend | `llama_cpp` |
93
  | Prompt format | `chatml` |
94
  | Modalities | `text` |
95
  | Primary artifact | `smollm2-360m-instruct-q8_0.gguf` |
96
- | Total detected weight size | `368.50 MB` |
 
 
97
  | Upstream/base | `HuggingFaceTB/SmolLM2-360M-Instruct` |
 
98
  | Source GGUF | `HuggingFaceTB/SmolLM2-360M-Instruct-GGUF` |
99
  | Quantization | `Q8_0` |
100
  | License metadata | `apache-2.0` |
101
- | Last refreshed | `2026-05-11` |
102
-
103
- ## Visual Release Map
104
 
105
- ![LumynaX release map](docs/lumynax-release-map.svg)
106
 
107
- ## What "LumynaX-Infused" Means Here
 
 
108
 
109
- This package belongs to the LumynaX model and inference-chain family from AbteeX AI Labs. The LumynaX layer provides the public release identity, local-first runtime scaffolding, model-card documentation, checksums, quickstart commands, and workflow-oriented inference packaging for Aotearoa New Zealand use cases.
110
 
111
- Manifest indicates no private LumynaX weight merge was applied; this is a public release/package layer around the listed upstream artifact.
112
-
113
- The practical interpretation is: download the complete repo, keep the runtime files and manifest with the model artifact, and treat the model card plus `release_export_manifest.json` as the source of truth for provenance.
114
-
115
- ## What This Package Is Best For
116
-
117
- Use this for fast smoke tests, demos, packaging validation, and low-resource local runs.
118
-
119
- ## Download And Run
120
-
121
- ```bash
122
- git lfs install
123
- git clone https://huggingface.co/AbteeXAILab/lumynax-infused-smollm2-360m-gguf
124
- cd lumynax-infused-smollm2-360m-gguf
125
- pip install -r requirements.txt
126
- python quickstart.py --interactive
127
- ```
128
-
129
- Direct llama.cpp-style smoke prompt:
130
-
131
- ```bash
132
- python quickstart.py --prompt "Who are you? Answer as LumynaX in one sentence."
133
- ```
134
 
135
- ## Required Runtime Components
136
 
137
  | Component | Status | Path |
138
  | --- | --- | --- |
@@ -144,56 +116,90 @@ python quickstart.py --prompt "Who are you? Answer as LumynaX in one sentence."
144
  | License | `present` | `LICENSE.txt` |
145
  | Ollama | `present` | `ollama/Modelfile` |
146
  | Space scaffold | `present` | `hf_space/app.py` |
 
 
147
 
148
  ## Model Artifacts
149
 
150
- | File | Size |
151
  | --- | ---: |
152
  | `smollm2-360m-instruct-q8_0.gguf` | 368.50 MB |
153
 
154
- ## Integrity And Validation
 
 
 
 
 
 
 
 
155
 
156
- - `checksums.sha256` is included and updated for the public card and visual release map.
157
- - `release_export_manifest.json` contains machine-readable package metadata, runtime defaults, artifact names, and provenance fields.
158
- - `quickstart.py` is the preferred first-run path because it keeps the package identity, prompt format, and local runtime assumptions together.
159
- - Hub package audits confirm that these repos include the expected runtime files; generation speed and maximum context still depend on your RAM/VRAM and backend.
160
 
161
- ## Hardware Guidance
162
 
163
- Small package. Usually appropriate for CPU smoke tests and lightweight demos.
 
 
 
 
 
 
 
 
164
 
165
- ## Prompting And Identity
166
 
167
- Ask identity/provenance questions directly:
168
 
169
- ```text
170
- Who are you?
171
- What model package is this?
172
- What is the upstream model and license?
173
- What files do I need to keep together to run this locally?
 
 
 
 
 
 
 
174
  ```
175
 
176
- The LumynaX identity should be presented at runtime, while provenance remains explicit. Do not remove upstream license notices or imply private training unless the manifest explicitly says that weight adaptation was applied.
 
 
 
 
 
 
 
177
 
178
- ## License And Use Notes
179
 
180
- - Check `LICENSE.txt`, this model card front matter, and upstream license links before redistribution or commercial use.
181
- - Respect the upstream model license and any usage restrictions attached to the original weights or GGUF conversion.
182
- - For sensitive workflows, run locally where possible, keep audit logs, and add human review for high-impact decisions.
183
 
184
- ## Support Files For Automation
 
 
 
 
185
 
186
- Automation should prefer these files:
187
 
188
- - `release_export_manifest.json` for structured metadata.
189
- - `checksums.sha256` for file integrity.
190
- - `quickstart.py` for local smoke tests.
191
- - `requirements.txt` for Python dependencies.
192
- - `ollama/Modelfile` where an Ollama path is included.
193
 
194
- ## Related Demo
 
 
 
 
195
 
196
- A lightweight public LumynaX demo is available at:
197
 
198
- - `https://huggingface.co/spaces/AbteeXAILab/lumynax-live-demo`
199
 
 
 
15
  - abteex-ai-labs
16
  - local-first
17
  ---
18
+
19
  # LumynaX Infused SmolLM2 360M Instruct GGUF
20
 
21
+ <!-- lumynax-public-release-card:v4 -->
22
+
23
+ <p align="center">
24
+ <img src="docs/lumynax-release-overview.svg" alt="LumynaX Infused SmolLM2 360M Instruct GGUF release overview" width="100%" />
25
+ </p>
26
+
27
+ <p align="center">
28
+ <strong>LumynaX model-infusion release by AbteeX AI Labs.</strong><br/>
29
+ Public, non-gated package with runnable local instructions, provenance metadata, checksums, and a release manifest.
30
+ </p>
31
+
32
+ <p align="center">
33
+ <a href="#quickstart">Quickstart</a> ·
34
+ <a href="#model-profile">Model profile</a> ·
35
+ <a href="#runtime-files">Runtime files</a> ·
36
+ <a href="#provenance-and-license">Provenance</a> ·
37
+ <a href="#validation-status">Validation</a> ·
38
+ <a href="#limitations-and-responsible-use">Limitations</a>
39
+ </p>
40
 
41
+ ![LumynaX: infusion release](https://img.shields.io/badge/LumynaX-infusion%20release-16a34a) ![access: public and non-gated](https://img.shields.io/badge/access-public%20and%20non--gated-0ea5e9) ![runtime: llama cpp](https://img.shields.io/badge/runtime-llama%20cpp-2563eb) ![format: GGUF](https://img.shields.io/badge/format-GGUF-7c3aed) ![audit: pass](https://img.shields.io/badge/audit-pass-ea580c) ![docs: v4](https://img.shields.io/badge/docs-v4-111827)
42
 
43
+ ## Executive Summary
 
 
 
 
 
 
 
44
 
45
+ This repository is a complete LumynaX release package for `AbteeXAILab/lumynax-infused-smollm2-360m-gguf`. It is intended to be downloaded as a whole repo, not as a single loose weight file: the model artifact, `quickstart.py`, `requirements.txt`, `release_export_manifest.json`, `checksums.sha256`, license notice, and optional Ollama or Space files are part of the same release contract.
46
+
47
+ 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.
48
+
49
+ ## Quickstart
50
 
51
  ```bash
52
+ hf download AbteeXAILab/lumynax-infused-smollm2-360m-gguf --local-dir lumynax-infused-smollm2-360m-gguf
53
+ cd lumynax-infused-smollm2-360m-gguf
54
  pip install -r requirements.txt
55
  python quickstart.py --interactive
 
56
  ```
57
 
58
+ Direct llama.cpp smoke command:
59
 
60
  ```bash
61
+ llama-cli -m "smollm2-360m-instruct-q8_0.gguf" -p "Who are you? Answer as LumynaX in two sentences." -n 160
62
  ```
63
 
64
+ Ollama path:
 
65
 
66
  ```bash
67
+ ollama create lumynax-infused-smollm2-360m-gguf -f ollama/Modelfile
 
68
  ollama run lumynax-infused-smollm2-360m-gguf
69
  ```
70
 
71
+ ## Model Profile
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  | Field | Value |
74
  | --- | --- |
75
+ | Release | `LumynaX Infused SmolLM2 360M Instruct GGUF` |
76
+ | Repository | `AbteeXAILab/lumynax-infused-smollm2-360m-gguf` |
77
+ | Mode | `Local-first text generation package` |
78
+ | Runtime | `llama_cpp` |
 
 
79
  | Prompt format | `chatml` |
80
  | Modalities | `text` |
81
  | Primary artifact | `smollm2-360m-instruct-q8_0.gguf` |
82
+ | Detected weight size | `368.50 MB` |
83
+ | Package state | `prebuilt_gguf_release` |
84
+ | Delivery | `standalone_prebuilt_gguf_release` |
85
  | Upstream/base | `HuggingFaceTB/SmolLM2-360M-Instruct` |
86
+ | Upstream kind | `official_base_weights` |
87
  | Source GGUF | `HuggingFaceTB/SmolLM2-360M-Instruct-GGUF` |
88
  | Quantization | `Q8_0` |
89
  | License metadata | `apache-2.0` |
90
+ | Refreshed | `2026-05-11` |
91
+ | Upstream license link | [license](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct-GGUF) |
 
92
 
93
+ ## Runtime Path
94
 
95
+ <p align="center">
96
+ <img src="docs/lumynax-runtime-flow.svg" alt="LumynaX Infused SmolLM2 360M Instruct GGUF runtime flow" width="100%" />
97
+ </p>
98
 
99
+ ## Capability Profile
100
 
101
+ | Field | Value |
102
+ | --- | --- |
103
+ | Primary fit | Use this for fast smoke tests, demos, packaging validation, and low-resource local runs. |
104
+ | Operational style | Local-first package with explicit files, checksums, and reproducible quickstarts. |
105
+ | Identity behavior | The assistant should identify as LumynaX while remaining clear about upstream provenance. |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
 
107
+ ## Runtime Files
108
 
109
  | Component | Status | Path |
110
  | --- | --- | --- |
 
116
  | License | `present` | `LICENSE.txt` |
117
  | Ollama | `present` | `ollama/Modelfile` |
118
  | Space scaffold | `present` | `hf_space/app.py` |
119
+ | Overview visual | `present` | `docs/lumynax-release-overview.svg` |
120
+ | Runtime visual | `present` | `docs/lumynax-runtime-flow.svg` |
121
 
122
  ## Model Artifacts
123
 
124
+ | Artifact | Size |
125
  | --- | ---: |
126
  | `smollm2-360m-instruct-q8_0.gguf` | 368.50 MB |
127
 
128
+ ## Prompting Contract
129
+
130
+ The preferred first prompt is an identity and provenance check:
131
+
132
+ ```text
133
+ Who are you? What files do I need to keep together to run this package locally?
134
+ ```
135
+
136
+ Expected behavior: the assistant should identify as LumynaX, explain that this is a LumynaX model-infusion package, and keep upstream provenance visible. The default package system prompt is:
137
 
138
+ ```text
139
+ You are LumynaX operating from the LumynaX Infused SmolLM2 360M Instruct GGUF package identity. Be helpful, clear, and honest about provenance.
140
+ ```
 
141
 
142
+ ## Validation Status
143
 
144
+ | Field | Value |
145
+ | --- | --- |
146
+ | Runtime audit | `pass` |
147
+ | Public access audit | `public and non-gated` |
148
+ | Anonymous metadata access | `True` |
149
+ | Anonymous file listing | `True` |
150
+ | Quickstart syntax | `pass` |
151
+ | Manifest references | `pass` |
152
+ | Checksum references | `pass` |
153
 
154
+ The audit confirms public access, required release files, manifest references, checksum references, weight artifact presence, and quickstart syntax. It does not guarantee that every laptop has enough RAM or VRAM for the largest packages.
155
 
156
+ ## Integrity Checks
157
 
158
+ After download, compare the model artifact against `checksums.sha256`.
159
+
160
+ ```bash
161
+ sha256sum "smollm2-360m-instruct-q8_0.gguf"
162
+ cat checksums.sha256
163
+ ```
164
+
165
+ On Windows PowerShell:
166
+
167
+ ```powershell
168
+ Get-FileHash -Algorithm SHA256 "smollm2-360m-instruct-q8_0.gguf"
169
+ Get-Content checksums.sha256
170
  ```
171
 
172
+ ## Provenance And License
173
+
174
+ - Publisher: AbteeX AI Labs.
175
+ - Family: LumynaX model and inference-chain release family.
176
+ - Upstream/base: `HuggingFaceTB/SmolLM2-360M-Instruct`.
177
+ - Source GGUF: `HuggingFaceTB/SmolLM2-360M-Instruct-GGUF`.
178
+ - License metadata: `apache-2.0`.
179
+ - License link: https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct-GGUF.
180
 
181
+ Respect the upstream model license and keep attribution files with redistributed copies. Do not present this package as privately trained or weight-merged unless the release manifest explicitly says that weight adaptation was applied.
182
 
183
+ ## Limitations And Responsible Use
 
 
184
 
185
+ - Outputs can be incorrect, incomplete, or biased; validate important answers before use.
186
+ - Larger GGUF, MoE, multimodal, and frontier packages may require substantial RAM, VRAM, disk space, and recent runtime builds.
187
+ - For high-impact decisions, use human review and domain-specific evaluation.
188
+ - For sensitive data, prefer local execution and keep operational logs under your own governance policy.
189
+ - This card documents package readiness and access; it is not a benchmark claim.
190
 
191
+ ## Automation Notes
192
 
193
+ Automation should read these files before launching:
 
 
 
 
194
 
195
+ - `release_export_manifest.json`
196
+ - `checksums.sha256`
197
+ - `quickstart.py`
198
+ - `requirements.txt`
199
+ - `ollama/Modelfile` when present
200
 
201
+ ## Related LumynaX Demo
202
 
203
+ Try the public browser demo:
204
 
205
+ - https://huggingface.co/spaces/AbteeXAILab/lumynax-live-demo
checksums.sha256 CHANGED
@@ -9,10 +9,12 @@ c46f2b285b76fa0a180e3945a11fe035f318a73168b565973771474fb1b20494 merged_model/P
9
  5e05007a23fd50cf67d323643af03c20ecf8aacd8728ebb159cfc9163a98e21c ollama/create_ollama_model.ps1
10
  84f079674b6370ff673f3308c9759d17e88c94b276d31e470b826357fcf4cd6c ollama/Modelfile
11
  1be0702ab536c4e402638faa5fcaffc368a245bf42930f4ece357299eee1e3cd quickstart.py
12
- b502512a1b8d215813c8e3e9818d01ab01d72a6513099b99674dbc96b12e7948 README.md
13
  006cd08485755e0e71386b4a41a1401e8b72b737b7479670fd091976225398b5 release_export_manifest.json
14
  2a7ca962dd79646b8470b45ec926ade0a4eb01ebdd93452e6990d8997666e378 requirements.txt
15
  48ab3034d0dd401fbc721eb1df3217902fee7dab9078992d66431f09b7750201 smollm2-360m-instruct-q8_0.gguf
16
  40211b0cb75f9ef6f3205da77372128ca8abe3dd159fbfcf42fee6b6f70845bc UPLOAD_TO_HF.md
17
  2dfede0e6610c473959c963b292fcec325452acba33fd1bba21110e04933df53 VERSION.txt
18
  c6a7ec3c652a97f205d9cd8f1ddc6c8cfd3f2b61274bf7175dc92f8ab09d8ecc docs/lumynax-release-map.svg
 
 
 
9
  5e05007a23fd50cf67d323643af03c20ecf8aacd8728ebb159cfc9163a98e21c ollama/create_ollama_model.ps1
10
  84f079674b6370ff673f3308c9759d17e88c94b276d31e470b826357fcf4cd6c ollama/Modelfile
11
  1be0702ab536c4e402638faa5fcaffc368a245bf42930f4ece357299eee1e3cd quickstart.py
12
+ ea78dfcc83e878e13f520f3c88902b3b8d7b5813d869f71c3c70c59e1cfe1cc3 README.md
13
  006cd08485755e0e71386b4a41a1401e8b72b737b7479670fd091976225398b5 release_export_manifest.json
14
  2a7ca962dd79646b8470b45ec926ade0a4eb01ebdd93452e6990d8997666e378 requirements.txt
15
  48ab3034d0dd401fbc721eb1df3217902fee7dab9078992d66431f09b7750201 smollm2-360m-instruct-q8_0.gguf
16
  40211b0cb75f9ef6f3205da77372128ca8abe3dd159fbfcf42fee6b6f70845bc UPLOAD_TO_HF.md
17
  2dfede0e6610c473959c963b292fcec325452acba33fd1bba21110e04933df53 VERSION.txt
18
  c6a7ec3c652a97f205d9cd8f1ddc6c8cfd3f2b61274bf7175dc92f8ab09d8ecc docs/lumynax-release-map.svg
19
+ 54d44454133fa9e35a089675bc741ffbc86987745c67de3e9789165cff665382 docs/lumynax-release-overview.svg
20
+ b13dba2284b76a058560386943506d9926563454971089067397d57f05cb9ad6 docs/lumynax-runtime-flow.svg
docs/lumynax-release-overview.svg ADDED
docs/lumynax-runtime-flow.svg ADDED