Spaces:
Running
Running
Commit
·
bdacdff
1
Parent(s):
1d041d6
add models info
Browse files- results/models_info/Moirai_base/config.json +8 -0
- results/models_info/Moirai_large/config.json +8 -0
- results/models_info/Moirai_small/config.json +8 -0
- results/models_info/Timer/config.json +8 -0
- results/models_info/auto_arima/config.json +7 -0
- results/models_info/auto_ets/config.json +7 -0
- results/models_info/auto_theta/config.json +7 -0
- results/models_info/chronos_bolt_base/config.json +8 -0
- results/models_info/chronos_bolt_small/config.json +8 -0
- results/models_info/naive/config.json +5 -0
- results/models_info/seasonal_naive/config.json +7 -0
- results/models_info/time-moe/config.json +8 -0
- results/models_info/timesfm_2_0_500m/config.json +8 -0
- results/models_info/toto/config.json +8 -0
- results/models_info/visionts/config.json +8 -0
results/models_info/Moirai_base/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Moirai_1.1_base",
|
3 |
+
"tmp_name": "moirai_1.1_base",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://huggingface.co/Salesforce/moirai-1.1-R-base",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/moirai.ipynb"
|
8 |
+
}
|
results/models_info/Moirai_large/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Moirai_1.1_large",
|
3 |
+
"tmp_name": "moirai_1.1_large",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://huggingface.co/Salesforce/moirai-1.1-R-large",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/moirai.ipynb"
|
8 |
+
}
|
results/models_info/Moirai_small/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Moirai_1.1_small",
|
3 |
+
"tmp_name": "moirai_1.1_small",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://huggingface.co/Salesforce/moirai-1.1-R-small",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/moirai.ipynb"
|
8 |
+
}
|
results/models_info/Timer/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Timer",
|
3 |
+
"tmp_name": "timer",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://drive.google.com/drive/folders/15oaiAl4OO5gFqZMJD2lOtX2fxHbpgcU8",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/timer.ipynb"
|
8 |
+
}
|
results/models_info/auto_arima/config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Auto_Arima",
|
3 |
+
"tmp_name": "autoarima",
|
4 |
+
"model_type": "statistical",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/autoarima.ipynb"
|
7 |
+
}
|
results/models_info/auto_ets/config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Auto_ETS",
|
3 |
+
"tmp_name": "autoets",
|
4 |
+
"model_type": "statistical",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/autoets.ipynb"
|
7 |
+
}
|
results/models_info/auto_theta/config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Auto_Theta",
|
3 |
+
"tmp_name": "autotheta",
|
4 |
+
"model_type": "statistical",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/autotheta.ipynb"
|
7 |
+
}
|
results/models_info/chronos_bolt_base/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "chronos_bolt_base",
|
3 |
+
"tmp_name": "chronos_bolt_base",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://huggingface.co/amazon/chronos-bolt-base",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/chronos.ipynb"
|
8 |
+
}
|
results/models_info/chronos_bolt_small/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "chronos_bolt_small",
|
3 |
+
"tmp_name": "chronos_bolt_small",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://huggingface.co/amazon/chronos-bolt-small",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/chronos.ipynb"
|
8 |
+
}
|
results/models_info/naive/config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Naive",
|
3 |
+
"model_type": "statistical",
|
4 |
+
"model_dtype": "float32"
|
5 |
+
}
|
results/models_info/seasonal_naive/config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Seasonal_Naive",
|
3 |
+
"tmp_name": "seasonalnaive",
|
4 |
+
"model_type": "statistical",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/seasonalnaive.ipynb"
|
7 |
+
}
|
results/models_info/time-moe/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "TimeMoE",
|
3 |
+
"tmp_name": "time-moe",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://huggingface.co/Maple728/TimeMoE-50M",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/time-moe.ipynb"
|
8 |
+
}
|
results/models_info/timesfm_2_0_500m/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "timesfm_2_0_500m",
|
3 |
+
"tmp_name": "timesfm_2_0_500m",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://huggingface.co/google/timesfm-2.0-500m-jax",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/timesfm.ipynb"
|
8 |
+
}
|
results/models_info/toto/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "Toto_Open_Base_1.0",
|
3 |
+
"tmp_name": "Toto-Open-Base-1.0",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://huggingface.co/Datadog/Toto-Open-Base-1.0",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/toto.ipynb"
|
8 |
+
}
|
results/models_info/visionts/config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "VisionTS",
|
3 |
+
"tmp_name": "visionts",
|
4 |
+
"model_type": "pretrained",
|
5 |
+
"model_dtype": "float32",
|
6 |
+
"model_link": "https://github.com/Keytoyze/VisionTS",
|
7 |
+
"code_link": "https://github.com/DataDog/toto/blob/anna/lsf-eval/boom/notebooks/visonts.ipynb"
|
8 |
+
}
|