RESEARCH
Documented clearly, artifact by artifact.
A source-linked evidence ledger for the released Quantum pilots and the current Echelon pipeline, including findings, negative results, reproducibility status and visible publication gaps.
EVIDENCE LEDGER
Claims mapped to public artifacts.
Pinned implementation snapshot
f7eda1fb0ae153f0f9cc3477ead997cbdb462b39
Echelon claims on this page are linked to one immutable lumen-quantum commit so that later repository changes do not silently alter the cited evidence.
Inspect pinned snapshotA public artifact directly supports the statement.
A configuration, preflight or smoke artifact exists, but it does not establish completion of the full experiment.
The result may exist privately, but no public artifact supports it.
No committed measurement is available.
The relevant run or artifact is explicitly not complete.
A publication decision or verified project detail is still required.
| Artifact | Scope | Status | Public evidence | Claim boundary |
|---|---|---|---|---|
| quantum-1-pilot release | Released model artifact | Published | Public F16 GGUF, model card, release manifest and SHA-256 checksum. | No standardized benchmark results and no stated model license. |
| quantum-1.6-pilot release | Released continued-pretraining artifact | Published | Public F16 GGUF, model card, manifest, checksum and held-out validation metrics. | No standardized downstream benchmark and no raw public generation record. |
| Echelon Base architecture | Configuration preflight | Partial evidence | The committed preflight computes 506,333,440 parameters for the proposed configuration. | This is a configuration result, not a trained model, checkpoint or capability result. |
| Echelon tokenizer | Tokenizer artifact | Published | Committed configuration, checksums, quality summary and 23-case round-trip validation with 0 failures. | Tokenizer validation does not establish model quality. |
| Echelon Garden pipeline | Data-pipeline smoke and resilience tests | Partial evidence | The Phase 3 report records 5,001 documents seen, 1,559 accepted and 1,380,886 tokens produced in the final smoke test. | The same report states that the full production run had not started. |
| Echelon production dataset | Production manifest and final split totals | Not yet available | A production configuration and targets are committed. | No completed production manifest or final dataset totals are published. |
| Echelon model training | Training run, checkpoints and weights | Not yet available | No completed training artifact is present in the public sources. | No Echelon loss curve, checkpoint, weight file, GGUF or model output is claimed. |
CURRENT MODEL LINE
What exists for quantum-1-echelon—and what does not.
quantum-1-echelon is the current strategic model line. Echelon Base is the planned base-training stage and Echelon Chat is a later stage or variant within that same line. They are not separate model families.
Architecture preflight
PublishedThe proposed Echelon Base configuration is machine-checked at 506,333,440 parameters within its configured target range.
Boundary · Configuration only · no trained weights
Inspect evidenceTokenizer
PublishedA 32,768-token SentencePiece BPE configuration, checksum list, quality summary and round-trip validation report are committed.
Boundary · Tokenizer artifact · not model evaluation
Inspect evidenceGarden data pipeline
Partial evidenceSmoke, integrity, interruption, resume and shutdown behavior are documented. The final smoke produced 1,380,886 tokens.
Boundary · Production data run not started
Inspect evidenceEchelon Base training
Not yet availableNo public training log, checkpoint, weights, evaluation record or model output exists.
Boundary · No completion or capability claim
Inspect evidenceEchelon Chat stage
Not yet availableThe repository reserves a chat-stage path within the Echelon family, but no trained chat artifact is published.
Boundary · Stage within Echelon · not a separate family
Inspect evidencePLANNED, NOT ACHIEVED
Configured production targets
The Garden production configuration targets 8,000,000,000 training tokens plus 10,000,000 validation and 10,000,000 test tokens at a 2,048-token context length.
These are configuration targets, not completed dataset totals. The website will not present them as achieved until a final public manifest exists.
Inspect production configurationFINDINGS AND LESSONS
Positive checks and negative results, with boundaries.
Negative result
More pilot training did not establish reliable generation.
quantum-1.6-pilot completed the documented training, evaluation and GGUF path, while the public diagnosis still records factual unreliability and frequent repetition.
Held-out loss and perplexity are not evidence of factual accuracy or downstream capability.
Inspect sourcePipeline finding
The final Garden smoke accepted 31.17% of seen documents.
The committed Phase 3 report records 5,001 documents seen and 1,559 accepted under the configured language, quality and structural filters.
This is a smoke-test acceptance rate, not the yield of the unstarted production run.
Inspect sourceEngineering lesson
Recovery behavior was validated before production scale.
The Garden implementation documents atomic checkpoints, safe partial-shard handling, dataset-state resume, a deterministic skip fallback and controlled shutdown behavior.
This establishes pipeline resilience tests, not successful production-data completion.
Inspect sourceValidation result
The Echelon tokenizer passed its committed round-trip suite.
The public tokenizer report contains 23 prescribed cases and records 0 failed exact round trips, including German umlauts, Unicode, code, JSON and chat-control tokens.
The suite is a tokenizer integrity check, not a language-model benchmark.
Inspect sourceCOMPLETED PILOT STUDY
Two released pilots. One untrained line.
The sections below document the released quantum-1-pilot and quantum-1.6-pilot experiment separately from the untrained Echelon line.
- Released parameters
- 49.3MReleased parametersMeasured
- Configured Echelon target
- 506MConfigured Echelon targetConfigured, not trained
- Context window
- 512Context windowMeasured
RESEARCH QUESTIONS
Questions behind the experiments.
- 01
How much can a 49.3M-parameter German base model improve through continued pretraining while keeping its architecture and tokenizer unchanged?
- 02
Which limitations are caused by model scale, and which may result from export, prompting or inference configuration?
- 03
Can public GGUF checksums and fixed completion prompts support repeatable local llama.cpp comparisons?
These are research questions. They define the investigation; they are not claims that the experiments have already answered each question.
Primary sources:quantum-1-pilot model card ·quantum-1.6-pilot model card ·Generation diagnosis
EXPERIMENT DESIGN
A controlled continued-pretraining experiment.
The public quantum-1.6-pilot configuration describes continued training from quantum-1-pilot while preserving the 49,295,872-parameter architecture, 512-token context and frozen quantum-1 tokenizer. It specifies a fresh optimizer, scheduler and step counter, but no final public run log verifies every configured detail.
Primary sources:Training documentation ·Training configuration ·Public model card
Same architecture
Held constant
Same parameter count
49,295,872
Same context length
512 tokens
Frozen tokenizer
quantum-1
Fresh optimizer and scheduler
Configured run state
500M additional German training tokens
Reported release scope
HYPOTHESIS AND OBSERVATION
What was hypothesized, and what was publicly reported.
Hypothesis · research expectation
Continued pretraining on 500M additional German tokens should improve language-pattern consistency without changing the model architecture or tokenizer.
Observation · public release record
The public Hugging Face release provides an F16 GGUF and reports validation loss 3.348852 and perplexity 28.4700. The model cards warn that generated text remains factually unreliable and may be incomplete or incoherent; complete run logs and raw evaluation outputs are not linked.
These metrics describe next-token prediction on held-out data. They do not demonstrate factual accuracy, instruction following or downstream-task performance.
Primary sources:quantum-1.6-pilot model card ·Generation diagnosis
MODEL COMPARISON
One architecture, two training stages.
| Property | quantum-1-pilot | quantum-1.6-pilot |
|---|---|---|
| Parameters | 49,295,872 | 49,295,872 |
| Context | 512 tokens | 512 tokens |
| Model type | Base completion | Base completion |
| Training scope | HF-reported approximately 100M tokens | HF-reported 500M additional tokens |
| Tokenizer | quantum-1 tokenizer | Same frozen tokenizer |
| Release format | F16 GGUF | F16 GGUF |
| Status | Public experiment | Public release; continued pretraining reported |
The comparison documents the evolution of the training pipeline. It is not evidence of competitiveness with larger models.
Primary sources:quantum-1-pilot model card ·quantum-1.6-pilot model card
DATA PIPELINE
How the additional training data was prepared.
The public continued-pretraining configuration specifies German-language data from the FineWeb2-HQ `deu_Latn` subset. Its code is designed to clean documents, exactly deduplicate them, filter known documents from the earlier dataset and create stable training, validation and test splits.
German-token corpus scale
quantum-1-pilot
100M tokens
Reported base-model pretraining corpus.
quantum-1.6-pilot
600M tokens
Reported cumulative scope: approximately 100M base tokens plus 500M additional German tokens.
quantum-1-echelon
8,000M tokens
Configured 8B training-token target. The production run has not started and no Echelon model has been trained.
Documented limitation
Exact fingerprint matching does not guarantee the removal of near-duplicates, lightly modified copies or semantically overlapping documents.
The public repository provides the pipeline configuration and method. It does not include a final quantum-1.6 data manifest with document counts, so no document totals are reported here.
Primary sources:Training documentation ·Data configuration
EVALUATION METHOD
How the public workflow frames evaluation.
Held-out metrics
Validation loss and perplexity measure next-token prediction on reserved data.
Fixed prompts
Repeated German completion prompts allow qualitative comparison between checkpoints and inference paths.
Controlled decoding
Deterministic and controlled-sampling settings help separate model behavior from sampling variation.
Failure documentation
Repetition, factual inconsistency and incoherent continuation are treated as results rather than hidden.
No versioned final evaluation report, raw generation record or standardized downstream-task benchmark has been published. The website does not imply benchmark competitiveness.
Primary sources:Public model card ·Evaluation prompts ·Diagnosis configuration
OBSERVED BEHAVIOR
Public evidence before examples.
Evidence status
Reproducible example outputs have not yet been attached. This section will remain limited to documented failure categories until public evaluation artifacts are available.
The public diagnosis document defines a comparison method for PyTorch, GGUF and Android paths, but it does not include a completed Android capture or raw output records. The website therefore does not present those planned comparisons as completed evidence.
Primary sources:Generation diagnosis ·Evaluation prompts
FAILURE MODES
Known failure modes.
Factual inconsistency
Completions may be grammatically structured while making incorrect claims.
Repetitive continuation
Generated text may repeat patterns instead of developing a coherent continuation.
Incomplete or incoherent continuations
Outputs may stop abruptly or lose semantic continuity.
No instruction following
The pilots were released as base-completion models, not instruction-tuned assistants.
No chat alignment
No chat template or conversational alignment is promised.
Limited 512-token context
The architecture limits the available context window to 512 tokens.
These behaviors make the pilot models unsuitable for production assistance and high-stakes decisions.
Primary sources:quantum-1-pilot model card ·quantum-1.6-pilot model card ·Generation diagnosis
INTERPRETATION
What can—and cannot—be concluded.
Demonstrated by the released artifacts
The public sources provide released GGUF artifacts, checksums, reported held-out metrics and code for the intended continued-training and evaluation workflow. They do not independently verify every run step without final manifests and logs.
It does not establish general language competence, factual reliability, instruction-following ability or production readiness.
It does not show that small models are generally preferable to larger models. It documents the behavior and constraints of this specific experimental setup.
Primary sources:quantum-1.6-pilot model card ·Training documentation ·Generation diagnosis
REPRODUCIBILITY
Artifacts for inspection.
The public releases expose model cards, GGUF files, manifests, checksums and the repository documentation needed to inspect the published artifacts and the configured research workflow.
| Area | Status | Available evidence | Still missing |
|---|---|---|---|
| Pilot release integrity | Published | GGUF files, manifests and SHA-256 checksums are public. | Model licenses remain unstated. |
| Pilot method and configuration | Partial evidence | Training, data and diagnosis configurations are public. | Complete raw run logs and quoted generation records are not public. |
| Echelon architecture | Partial evidence | Configuration and parameter-count preflight are public. | No trained checkpoint or empirical model measurement exists. |
| Echelon tokenizer | Published | Configuration, checksums, quality summary and validation report are public. | No claim is made beyond the committed validation suite. |
| Echelon production data | Not yet available | Smoke evidence and production configuration are public. | Final manifest, realized split totals and production hashes are not published. |
| Echelon training and evaluation | Not yet available | No completed training evidence is public. | Weights, logs, loss curves, outputs and benchmarks are unavailable. |
| Resource measurements | Not measured | No committed measurement report is public. | Hardware use, runtime, cost, energy use and realized memory use remain unreported. |
| Release and dataset licensing | Maintainer input required | Source and revision fields are present in the Garden configuration. | No Echelon model license exists because no model is released; final dataset publication terms are not documented. |
Missing items are shown as publication gaps. A configuration target, smoke result or preflight does not upgrade a research area to complete reproducibility.
Public documentation
Training documentation
Continued-pretraining method and configuration
Inspect sourcePUBLIC F16 GGUF
quantum-1-pilot
- File
- quantum-1-base-v1.0.0-f16.gguf
- SHA-256
- aeab97e50a5789772b69cf1554ba74eb915b5621835d80d40785b473b62fd1a5
LLAMA.CPP REFERENCE
llama-cli -m quantum-1.6-pilot-v1.6.0-f16.gguf -p "Berlin ist" -n 64 --seed 20260705 --temp 0 --top-p 1 --top-k 0 --no-cnvThis command mirrors the pinned public diagnosis configuration and command builder; it was not executed by the website test suite. A local llama.cpp build is required, and --no-cnv keeps llama-cli in completion mode.
OPEN QUESTIONS
Questions for the next research phase.
- 01
How will the preflighted 506.3M-parameter quantum-1-echelon base architecture behave if the full data and training runs are completed?
- 02
Which quantization levels preserve useful completion behavior while reducing memory requirements?
- 03
Which evaluation tasks are appropriate for small German base-completion models without overstating their capabilities?
- 04
How much improvement comes from additional training data compared with changes in architecture, tokenizer or dataset quality?
These questions define possible future investigations. They are not release commitments, milestones or performance promises.
DETAILED RECORDS
Continue through the resources hub.
Inspect the publication, reproducibility record, data provenance, responsible-use guidance, licensing boundaries and current evidence status.
