Filter baseline checkpoint archive to directly usable methods
Browse files- README.md +8 -2
- llapdiffusion_baseline_checkpoints.zip +2 -2
README.md
CHANGED
|
@@ -4,9 +4,15 @@ license: mit
|
|
| 4 |
|
| 5 |
# LLapDiffusion Baseline Checkpoints
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
The archive
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
## Citation
|
| 12 |
|
|
|
|
| 4 |
|
| 5 |
# LLapDiffusion Baseline Checkpoints
|
| 6 |
|
| 7 |
+
`llapdiffusion_baseline_checkpoints.zip` contains the directly usable baseline checkpoints for LLapDiffusion extrapolation evaluation.
|
| 8 |
|
| 9 |
+
The archive includes 35 checkpoints: 7 datasets x 5 methods.
|
| 10 |
+
Included methods: `dlinear`, `mtan`, `patchtst`, `t_patchgnn`, `timegrad`.
|
| 11 |
+
|
| 12 |
+
Excluded from the current archive: `mr-diff`, `neuralcde`, `contiformer`. These checkpoints were not directly usable for the default checkpoint-evaluation path.
|
| 13 |
+
|
| 14 |
+
Checkpoint names follow `checkpoints/<dataset>_h<horizon>_<method>.pt`.
|
| 15 |
+
`MANIFEST.csv` inside the archive records file sizes, SHA256 checksums, and completion metadata.
|
| 16 |
|
| 17 |
## Citation
|
| 18 |
|
llapdiffusion_baseline_checkpoints.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a1bed714b32289e1f7cc51f4fd2de998f3b2a6f36b3e4b7510bb2cb93e83333
|
| 3 |
+
size 5827280
|