Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -25,16 +25,43 @@ Checkpoints for other benchmark datasets are **not** publicly released at this s
|
|
| 25 |
|
| 26 |
## Repository Structure
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
## Reproducibility Notes
|
| 40 |
|
|
|
|
| 25 |
|
| 26 |
## Repository Structure
|
| 27 |
|
| 28 |
+
```text
|
| 29 |
+
.
|
| 30 |
+
βββ experiments/
|
| 31 |
+
β βββ <model>/
|
| 32 |
+
β βββ synth-u/
|
| 33 |
+
β β βββ seed{0,1,2}/
|
| 34 |
+
β β βββ checkpoints/
|
| 35 |
+
β β β βββ finetune/
|
| 36 |
+
β β β βββ best.ckpt
|
| 37 |
+
β β βββ config.template.yaml
|
| 38 |
+
β β βββ results/
|
| 39 |
+
β β β βββ expected_seed_metrics.json
|
| 40 |
+
β β βββ summary.json
|
| 41 |
+
β βββ synth-m/
|
| 42 |
+
β βββ seed{0,1,2}/
|
| 43 |
+
β βββ checkpoints/
|
| 44 |
+
β β βββ finetune/
|
| 45 |
+
β β βββ best.ckpt
|
| 46 |
+
β βββ config.template.yaml
|
| 47 |
+
β βββ results/
|
| 48 |
+
β β βββ expected_seed_metrics.json
|
| 49 |
+
β βββ summary.json
|
| 50 |
+
βββ resources/
|
| 51 |
+
β βββ cttp/
|
| 52 |
+
β βββ synth-u/
|
| 53 |
+
β β βββ clip_model_best.pth
|
| 54 |
+
β β βββ model_configs.yaml
|
| 55 |
+
β βββ synth-m/
|
| 56 |
+
β βββ clip_model_best.pth
|
| 57 |
+
β βββ model_configs.yaml
|
| 58 |
+
βββ expected/
|
| 59 |
+
β βββ full_results_synth.csv
|
| 60 |
+
β βββ results_mean_std_synth.csv
|
| 61 |
+
β βββ seed_metrics_nested.json
|
| 62 |
+
βββ manifests/
|
| 63 |
+
βββ release_manifest_public.json
|
| 64 |
+
```
|
| 65 |
|
| 66 |
## Reproducibility Notes
|
| 67 |
|