Downloads · 30 days
8
9% of all-time downloads
wannaq/Waveformer
Waveformer is a text generation model from wannaq. Use it when you need the model to write or continue text. The card lists the license as cc-by-nc-nd-4.0.
This repository is the public Hugging Face surface for Nossair Bajddi's Waveformer/System Omega research line.
Downloads · 30 days
8
9% of all-time downloads
All-time downloads
88
Public
Repo size
—
Likes
0
Public
Click a slice to open those files.
.md7.4 KB · 55%
From the Hugging Face model README
This repository is the public Hugging Face surface for Nossair Bajddi's Waveformer/System Omega research line.
Current evidence-map technical note: https://doi.org/10.5281/zenodo.21044769
It is intentionally not a public trained-weights release. The core trained implementation, model weights, checkpoints, CUDA kernels, datasets, tokenizer files, and training recipes remain proprietary and are not released here.
This repository contains a public Hugging Face compatibility / architecture surface for the Waveformer line:
README.md - public evidence map and validation-status summaryconfig.json - public Waveformer configuration metadataconfiguration_waveformer.py - public custom Transformers config classmodeling_waveformer.py - public architecture-surface wrapperThis repository does not contain:
Because trained weights are not included, this repository should not be read as a normal downloadable model checkpoint. It is a public proof/provenance and architecture landing surface for the Waveformer/System Omega research line.
| Date | Record | DOI | Role |
|---|---|---|---|
| 2026-05-27 | Continuous Oscillator Intelligence Runtime - Timestamp Proof | https://doi.org/10.5281/zenodo.20412409 | Timestamp and priority proof using SHA256 hashes of source/checkpoint artifacts. |
| 2026-06-16 | Deterministic Layer Freezing via Continuous Phase Coherence Analysis | https://doi.org/10.5281/zenodo.20720827 | Phase-coherence layer analysis across GPT-2, Qwen2.5, and Mistral scales. |
| 2026-06-18 | Emergence Over Attention: Continuous-Time Phase Synchronization as a Computational Primitive | https://doi.org/10.5281/zenodo.20741536 | Waveformer architecture and training report. |
| 2026-06-23 | Non-Autoregressive Semantic Steering of Discrete Language Models via Continuous-Time Phase Manifolds | https://doi.org/10.5281/zenodo.20819119 | System Omega semantic-steering report and raw validation metrics. |
| 2026-06-29 | Waveformer / System Omega: Public Evidence Map and Current Validation Status | https://doi.org/10.5281/zenodo.21044769 | Consolidates the public DOI trail, private IP boundary, current validation status, and explicit non-claims. |
The public records above are different proof classes:
Public reproducibility would require releasing trained weights, source code, kernels, checkpoints, datasets, and recipes. That is intentionally outside the current public release boundary.
The current strongest result is not chatbot replacement or product-grade token generation. It is runtime-state event forecasting.
Private audit summary, 2026-06-29:
This repository does not claim that:
This repository also does not release proprietary source code, trained weights, checkpoints, CUDA kernels, datasets, tokenizer files, or training recipes.
This is not a public trained-weights release.
Do not expect the following to load a trained Waveformer checkpoint from this repository:
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained(
"wannaq/Waveformer",
trust_remote_code=True,
)
The trained weights are intentionally not included. The repository is maintained as a public proof/provenance and architecture surface. See the Zenodo DOI chain above for the formal public records.
Based on the strongest surviving evidence, the most credible current direction is stateful event forecasting and monitoring: detecting future instability, degradation, failure, or regime change in continuous streams.
Relevant private application areas include:
@misc{bajddi2026runtime,
author = {Bajddi, Nossair},
title = {Continuous Oscillator Intelligence Runtime - Timestamp Proof},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.20412409},
url = {https://doi.org/10.5281/zenodo.20412409}
}
@misc{bajddi2026phasecoherence,
author = {Bajddi, Nossair},
title = {Deterministic Layer Freezing in Autoregressive Language Models via Continuous Phase Coherence Analysis},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.20720827},
url = {https://doi.org/10.5281/zenodo.20720827}
}
@misc{bajddi2026waveformer,
author = {Bajddi, Nossair},
title = {Emergence Over Attention: Continuous-Time Phase Synchronization as a Computational Primitive},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.20741536},
url = {https://doi.org/10.5281/zenodo.20741536}
}
@misc{bajddi2026omega,
author = {Bajddi, Nossair},
title = {Non-Autoregressive Semantic Steering of Discrete Language Models via Continuous-Time Phase Manifolds},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.20819119},
url = {https://doi.org/10.5281/zenodo.20819119}
}
@misc{bajddi2026evidencemap,
author = {Bajddi, Nossair},
title = {Waveformer / System Omega: Public Evidence Map and Current Validation Status},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.21044769},
url = {https://doi.org/10.5281/zenodo.21044769}
}