File size: 667 Bytes
e510ef8 ff003ef 32c636c ff003ef 32c636c ff003ef 32c636c ff003ef 32c636c ff003ef 32c636c ff003ef 32c636c ff003ef 32c636c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ---
license: apache-2.0
datasets:
- ETDataset/ett
- VGalaxies666/fred_md
- sxj1024/electricity_load_2011_2014
metrics:
- mase
base_model:
- amazon/chronos-t5-small
- amazon/chronos-bolt-small
- Salesforce/moirai-moe-1.0-R-small
---
# RAEF
Model-Agnostic Retrieval-Augmented Extended Forecasting for Time Series
📄 Paper: https://arxiv.org/abs/2608.14054
🔬 OpenReview: https://openreview.net/forum?id=0cObY4psfH
💻 Source code:
https://github.com/jpvilla1990/raef
## About
RAEF is a model-agnostic retrieval-augmented inference framework
for time-series foundation models.
The complete implementation is available at:
https://github.com/jpvilla1990/raef |