Commit
·
24dc6a3
1
Parent(s):
9aeb03e
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,6 @@ This repository includes the [**pretrained 35M parameter model,**](https://www.d
|
|
| 18 |
* **Open and Reproducible:** Includes the full synthetic data pipeline, configurations, and scripts to reproduce training from scratch.
|
| 19 |
* **State-Tracking Stability:** The GatedDeltaProduct recurrence and *state-weaving* mechanism preserve temporal continuity and information flow across long horizons, improving robustness without non-linear recurrence.
|
| 20 |
|
| 21 |
-
|
| 22 |

|
| 23 |
|
| 24 |
## ⚙️ Installation
|
|
@@ -107,7 +106,7 @@ A core contribution of this work is our open-source synthetic data pipeline, loc
|
|
| 107 |
* **Adapted Priors:** ForecastPFN, KernelSynth, GaussianProcess (GP), and CauKer (Structural Causal Models).
|
| 108 |
* **Novel Priors:** SDE (a flexible regime-switching Ornstein-Uhlenbeck process), Sawtooth, StepFunction, Anomaly, Spikes, SineWave, and Audio-Inspired generators (Stochastic Rhythms, Financial Volatility, Network Topology, Multi-Scale Fractals).
|
| 109 |
|
| 110 |
-
You can easily generate your own data by instantiating a generator wrapper. See `examples/generate_synthetic_data.py` for a minimal script, or inspect the generator code in `src/synthetic_generation/`.
|
| 111 |
|
| 112 |
## 🤝 License
|
| 113 |
|
|
|
|
| 18 |
* **Open and Reproducible:** Includes the full synthetic data pipeline, configurations, and scripts to reproduce training from scratch.
|
| 19 |
* **State-Tracking Stability:** The GatedDeltaProduct recurrence and *state-weaving* mechanism preserve temporal continuity and information flow across long horizons, improving robustness without non-linear recurrence.
|
| 20 |
|
|
|
|
| 21 |

|
| 22 |
|
| 23 |
## ⚙️ Installation
|
|
|
|
| 106 |
* **Adapted Priors:** ForecastPFN, KernelSynth, GaussianProcess (GP), and CauKer (Structural Causal Models).
|
| 107 |
* **Novel Priors:** SDE (a flexible regime-switching Ornstein-Uhlenbeck process), Sawtooth, StepFunction, Anomaly, Spikes, SineWave, and Audio-Inspired generators (Stochastic Rhythms, Financial Volatility, Network Topology, Multi-Scale Fractals).
|
| 108 |
|
| 109 |
+
You can easily generate your own data by installing the development dependencies and instantiating a generator wrapper. See `examples/generate_synthetic_data.py` for a minimal script, or inspect the generator code in `src/synthetic_generation/`.
|
| 110 |
|
| 111 |
## 🤝 License
|
| 112 |
|