Time Series Forecasting
Christoph Hemmer commited on
Commit
ef7222a
·
verified ·
1 Parent(s): e5aac22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/yourusername/zero-shot-DSR).
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/yourusername/zero-shot-DSR), use:
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