Datasets:
card: tighten provenance wording
Browse files
README.md
CHANGED
|
@@ -24,8 +24,8 @@ The two large evidence sets behind the reproduction-and-extension study of **CA-
|
|
| 24 |
|
| 25 |
1. **`measurements/`** — the raw head-granularity concept-attribution tensors for a 13-timestep
|
| 26 |
sweep (backs **Table 2** and **Figure 1** of the report).
|
| 27 |
-
2. **`generated/`** — every image that was scored for the main results (backs **Table 3**
|
| 28 |
-
|
| 29 |
|
| 30 |
The adapters that produced the images live in
|
| 31 |
[`chs35/improving-ca-lora-checkpoints`](https://huggingface.co/chs35/improving-ca-lora-checkpoints).
|
|
@@ -76,8 +76,8 @@ run, 9,900 in total.
|
|
| 76 |
`manifest.json` records, for every single image: its `index`, the full `prompt` actually used, the
|
| 77 |
sampled `class_names`, the `condition`, the `seed` and `batch_seed_index`, and the relative `path`.
|
| 78 |
It also records the generation protocol (guidance scale 5.0, 25 steps, `EulerDiscreteScheduler`,
|
| 79 |
-
1024², fp32, seed 0) and which adapter checkpoint was loaded. Per-image scores
|
| 80 |
-
|
| 81 |
|
| 82 |
### Runs, and the report rows they back
|
| 83 |
|
|
|
|
| 24 |
|
| 25 |
1. **`measurements/`** — the raw head-granularity concept-attribution tensors for a 13-timestep
|
| 26 |
sweep (backs **Table 2** and **Figure 1** of the report).
|
| 27 |
+
2. **`generated/`** — every image that was scored for the main results (backs **Table 3** of the
|
| 28 |
+
report).
|
| 29 |
|
| 30 |
The adapters that produced the images live in
|
| 31 |
[`chs35/improving-ca-lora-checkpoints`](https://huggingface.co/chs35/improving-ca-lora-checkpoints).
|
|
|
|
| 76 |
`manifest.json` records, for every single image: its `index`, the full `prompt` actually used, the
|
| 77 |
sampled `class_names`, the `condition`, the `seed` and `batch_seed_index`, and the relative `path`.
|
| 78 |
It also records the generation protocol (guidance scale 5.0, 25 steps, `EulerDiscreteScheduler`,
|
| 79 |
+
1024², fp32, seed 0) and which adapter checkpoint was loaded. Per-image scores can therefore be
|
| 80 |
+
recomputed exactly from these files.
|
| 81 |
|
| 82 |
### Runs, and the report rows they back
|
| 83 |
|