Spaces:
Running
Running
add model link for lagllama, timer, ttms and units
Browse files- results/Lag-Llama/config.json +2 -1
- results/TTMs/config.json +2 -1
- results/Timer/config.json +2 -1
- results/units/config.json +6 -0
results/Lag-Llama/config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"model": "Lag-Llama",
|
3 |
"model_type": "pretrained",
|
4 |
-
"model_dtype": "float32"
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"model": "Lag-Llama",
|
3 |
"model_type": "pretrained",
|
4 |
+
"model_dtype": "float32",
|
5 |
+
"model_link": "https://huggingface.co/time-series-foundation-models/Lag-Llama"
|
6 |
}
|
results/TTMs/config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"model": "TTMs",
|
3 |
"model_type": "pretrained",
|
4 |
-
"model_dtype": "float32"
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"model": "TTMs",
|
3 |
"model_type": "pretrained",
|
4 |
+
"model_dtype": "float32",
|
5 |
+
"model_link": "https://huggingface.co/ibm-granite/granite-timeseries-ttm-r1"
|
6 |
}
|
results/Timer/config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"model": "Timer",
|
3 |
"model_type": "pretrained",
|
4 |
-
"model_dtype": "float32"
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"model": "Timer",
|
3 |
"model_type": "pretrained",
|
4 |
+
"model_dtype": "float32",
|
5 |
+
"model_link": "https://drive.google.com/drive/folders/15oaiAl4OO5gFqZMJD2lOtX2fxHbpgcU8",
|
6 |
}
|
results/units/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "UniTS",
|
3 |
+
"model_type": "pretrained",
|
4 |
+
"model_dtype": "float32",
|
5 |
+
"model_link": "https://github.com/mims-harvard/UniTS/releases/tag/ckpt"
|
6 |
+
}
|