GritLs commited on
Commit
78875a8
Β·
verified Β·
1 Parent(s): af9cf85

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -10
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
- - `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
 
 
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