twinsken commited on
Commit
0c27e61
·
1 Parent(s): a47646c

add model link for lagllama, timer, ttms and units

Browse files
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
+ }