Christoph Hemmer
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ DynaMix is a foundation model for zero-shot inference of dynamical systems that
|
|
| 16 |
- **Efficient and Lightweight**: Designed to be efficient with a few thousand parameters, DynaMix can also run on CPU for inference, and is enabling orders-of-magnitude faster inference than traditional foundation models.
|
| 17 |
- **General Time Series Forecasting**: Extends beyond DSR to general time series forecasting using adaptable embedding techniques.
|
| 18 |
|
| 19 |
-
For complete documentation and code, visit the [DynaMix repository](https://github.com/
|
| 20 |
|
| 21 |
## Model Description
|
| 22 |
|
|
@@ -30,7 +30,7 @@ By aggregating the expert weighting with the expert prediction the next state is
|
|
| 30 |
|
| 31 |
## Usage
|
| 32 |
|
| 33 |
-
To load the model in python using the corresponding codebase [DynaMix repository](https://github.com/
|
| 34 |
|
| 35 |
```python
|
| 36 |
from src.utilities.utilities import load_hf_model
|
|
|
|
| 16 |
- **Efficient and Lightweight**: Designed to be efficient with a few thousand parameters, DynaMix can also run on CPU for inference, and is enabling orders-of-magnitude faster inference than traditional foundation models.
|
| 17 |
- **General Time Series Forecasting**: Extends beyond DSR to general time series forecasting using adaptable embedding techniques.
|
| 18 |
|
| 19 |
+
For complete documentation and code, visit the [DynaMix repository](https://github.com/DurstewitzLab/DynaMix-python).
|
| 20 |
|
| 21 |
## Model Description
|
| 22 |
|
|
|
|
| 30 |
|
| 31 |
## Usage
|
| 32 |
|
| 33 |
+
To load the model in python using the corresponding codebase [DynaMix repository](https://github.com/DurstewitzLab/DynaMix-python), use:
|
| 34 |
|
| 35 |
```python
|
| 36 |
from src.utilities.utilities import load_hf_model
|