annamonica commited on
Commit
31ed298
·
unverified ·
1 Parent(s): 116bc3c

add model info for Toto 2.0 (4M/22M/313M/1B/2.5B), Chronos 2, Moirai 2, TimesFM 2.5 results

Browse files
results/models_info/chronos_2/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Chronos_2",
3
+ "tmp_name": "chronos_2",
4
+ "model_type": "pretrained",
5
+ "model_dtype": "float32",
6
+ "model_link": "https://huggingface.co/amazon/chronos-2",
7
+ "code_link": "https://github.com/DataDog/toto/blob/main/boom/notebooks/chronos2.ipynb"
8
+ }
results/models_info/moirai_2_small/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Moirai_2.0_small",
3
+ "tmp_name": "moirai_2_small",
4
+ "model_type": "pretrained",
5
+ "model_dtype": "float32",
6
+ "model_link": "https://huggingface.co/Salesforce/moirai-2.0-R-small",
7
+ "code_link": "https://github.com/DataDog/toto/blob/main/boom/notebooks/moirai2.ipynb"
8
+ }
results/models_info/timesfm_2_5_200m/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "TimesFM_2.5_200M",
3
+ "tmp_name": "timesfm_2_5_200m",
4
+ "model_type": "pretrained",
5
+ "model_dtype": "float32",
6
+ "model_link": "https://huggingface.co/google/timesfm-2.5-200m-pytorch",
7
+ "code_link": "https://github.com/DataDog/toto/blob/main/boom/notebooks/timesfm2_5.ipynb"
8
+ }
results/models_info/toto_2.0_1b/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Toto_2.0_1B",
3
+ "tmp_name": "toto_2.0_1b",
4
+ "model_type": "pretrained",
5
+ "model_dtype": "float32",
6
+ "model_link": "https://huggingface.co/Datadog/Toto-2.0-1b",
7
+ "code_link": "https://github.com/DataDog/toto/blob/main/boom/notebooks/toto2.ipynb"
8
+ }
results/models_info/toto_2.0_2.5b/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Toto_2.0_2.5B",
3
+ "tmp_name": "toto_2.0_2.5b",
4
+ "model_type": "pretrained",
5
+ "model_dtype": "float32",
6
+ "model_link": "https://huggingface.co/Datadog/Toto-2.0-2.5b",
7
+ "code_link": "https://github.com/DataDog/toto/blob/main/boom/notebooks/toto2.ipynb"
8
+ }
results/models_info/toto_2.0_22m/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Toto_2.0_22M",
3
+ "tmp_name": "toto_2.0_22m",
4
+ "model_type": "pretrained",
5
+ "model_dtype": "float32",
6
+ "model_link": "https://huggingface.co/Datadog/Toto-2.0-22m",
7
+ "code_link": "https://github.com/DataDog/toto/blob/main/boom/notebooks/toto2.ipynb"
8
+ }
results/models_info/toto_2.0_313m/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Toto_2.0_313M",
3
+ "tmp_name": "toto_2.0_313m",
4
+ "model_type": "pretrained",
5
+ "model_dtype": "float32",
6
+ "model_link": "https://huggingface.co/Datadog/Toto-2.0-313m",
7
+ "code_link": "https://github.com/DataDog/toto/blob/main/boom/notebooks/toto2.ipynb"
8
+ }
results/models_info/toto_2.0_4m/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Toto_2.0_4M",
3
+ "tmp_name": "toto_2.0_4m",
4
+ "model_type": "pretrained",
5
+ "model_dtype": "float32",
6
+ "model_link": "https://huggingface.co/Datadog/Toto-2.0-4m",
7
+ "code_link": "https://github.com/DataDog/toto/blob/main/boom/notebooks/toto2.ipynb"
8
+ }