ales27pm/lumen-qwen3-bootstrap-adapters-gguf
Lumen Qwen3 role adapters (GGUF)
This repository contains six role-specific GGUF LoRA adapters used by the Lumen local-first iOS assistant. They are not standalone chat models. The host application must load the matching Qwen3 1.7B base model and enforce its own output validation, permission, approval, privacy, and tool-execution policies.
Immutable release identity
- Repository:
ales27pm/lumen-qwen3-bootstrap-adapters-gguf - Artifact lineage revision:
f8781f415a0ff87ea3f3a2119ab2ad96fae8fcf2 - Training run:
20260706T011546Z - Base model identifier recorded by every run manifest:
Qwen/Qwen3-1.7B - Immutable base-model revision: not recorded by this run
- Training rows consumed per role: 64
- Validation rows consumed per role: 16
The immutable run manifests are under `runs/20260706T011546Z/adapters`. The runtime GGUF adapters are under `runs/20260706T011546Z/lora_gguf`.
Roles and artifacts
Training input fingerprints
Each pinned manifest records 64 training rows and 16 validation rows. The following SHA-256 values identify the complete source JSONL files from which those bounded row sets were consumed:
The exact consumed rows do not contain public-corpus provenance. Lumen's later public-corpus pipeline was not used to train this pinned run. The published manifests provide hashes and bounded row counts, but do not embed the source JSONL rows themselves.
Training configuration recorded by the manifests
The six manifests record Linux/x86_64 training with Python 3.10.13, unsloth 2026.6.9, transformers 5.5.0, torch 2.11.0, 4-bit base loading, gradient checkpointing, assistant-only loss, a 1,024-token maximum sequence length, and seed 42. These facts describe the pinned run; they are not a reproducibility claim because the immutable base-model revision and the source JSONL contents were not preserved in the published lineage.
Intended use and safety boundary
These adapters are intended for the Lumen role-based runtime with a compatible GGUF/llama.cpp LoRA loader. Model output is untrusted. A deployment must, at a minimum:
- validate structured output against an allow-listed schema;
- enforce permissions and explicit approval before sensitive side effects;
- keep secrets and private data out of prompts, logs, and external queries;
- reject unknown tools, arguments, and malformed requests; and
- provide application-layer failure handling and cancellation.
They are not intended to authorize actions, replace professional medical, legal, or financial advice, or operate as an autonomous safety system.
Limitations
- The exact immutable
Qwen/Qwen3-1.7Bbase revision used by the run is unrecorded. - The source training and validation JSONL rows are not published at the artifact lineage revision.
- Behavior depends on the base artifact, prompt contract, sampling settings, runtime implementation, and application-side controls.
- No claim of general-purpose capability or safety is made.
Licensing status
The upstream Qwen/Qwen3-1.7B model is distributed under the Apache License 2.0. The Lumen-specific adapter deltas are Copyright 2026 Alexis Boulet and are also provided under the Apache License 2.0; see LICENSE. See NOTICE.md for attribution, provenance, and the distinction between upstream Qwen and the Lumen-specific modifications. The license grant does not fill the unrecorded immutable base-revision or unpublished source-row lineage gaps documented above.
Alibaba Cloud, the Qwen authors, Hugging Face, llama.cpp, Unsloth, and their respective contributors do not endorse Lumen or these adapters.
