Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,49 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
-
- experiments/<model>/<dataset>/<seed>/checkpoints/finetune/best.ckpt
|
| 7 |
-
- experiments/.../config.template.yaml (sanitized placeholders)
|
| 8 |
-
- expected/full_results_synth.csv, expected/results_mean_std_synth.csv
|
| 9 |
-
- resources/cttp/{synth-u,synth-m}/clip_model_best.pth + model_configs.yaml
|
| 10 |
-
- manifests/checkpoints_manifest.csv, manifests/release_manifest.json
|
| 11 |
|
|
|
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- time-series
|
| 7 |
+
- benchmark
|
| 8 |
+
- conditional-generation
|
| 9 |
+
datasets:
|
| 10 |
+
- mldi-lab/ConTSG-Bench-Datasets
|
| 11 |
+
---
|
| 12 |
|
| 13 |
+
# ConTSG-Bench Checkpoints (Public Subset)
|
| 14 |
|
| 15 |
+
This repository hosts the official public checkpoint release for **ConTSG-Bench**.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
+
## Release Scope
|
| 18 |
|
| 19 |
+
The current public release includes checkpoints and reproducibility assets for:
|
| 20 |
+
|
| 21 |
+
- `synth-u`
|
| 22 |
+
- `synth-m`
|
| 23 |
+
|
| 24 |
+
Checkpoints for other benchmark datasets are **not** publicly released at this stage.
|
| 25 |
+
|
| 26 |
+
## Repository Structure
|
| 27 |
+
|
| 28 |
+
- `experiments/<model>/{synth-u|synth-m}/seed{0,1,2}/checkpoints/finetune/best.ckpt`
|
| 29 |
+
- `experiments/<model>/{synth-u|synth-m}/seed{0,1,2}/config.template.yaml`
|
| 30 |
+
- `experiments/<model>/{synth-u|synth-m}/seed{0,1,2}/results/expected_seed_metrics.json`
|
| 31 |
+
- `experiments/<model>/{synth-u|synth-m}/seed{0,1,2}/summary.json`
|
| 32 |
+
- `resources/cttp/{synth-u,synth-m}/clip_model_best.pth`
|
| 33 |
+
- `resources/cttp/{synth-u,synth-m}/model_configs.yaml`
|
| 34 |
+
- `expected/full_results_synth.csv`
|
| 35 |
+
- `expected/results_mean_std_synth.csv`
|
| 36 |
+
- `expected/seed_metrics_nested.json`
|
| 37 |
+
- `manifests/release_manifest_public.json`
|
| 38 |
+
|
| 39 |
+
## Reproducibility Notes
|
| 40 |
+
|
| 41 |
+
- This release is designed to support leaderboard reproducibility for the public subset.
|
| 42 |
+
- Some config templates contain placeholders (for example `${LONGCLIP_ROOT}`) that should be set to your local dependency path before running.
|
| 43 |
+
- For submission format and one-click reproduction template, see the main project repository:
|
| 44 |
+
- https://github.com/seqml/ConTSG-Bench
|
| 45 |
+
|
| 46 |
+
## Related Links
|
| 47 |
+
|
| 48 |
+
- Dataset repository: https://huggingface.co/datasets/mldi-lab/ConTSG-Bench-Datasets
|
| 49 |
+
- Leaderboard Space: https://huggingface.co/spaces/mldi-lab/ConTSG-Bench-Leaderboard
|