Datasets:
Document Lurcher oracle prompt bank
Browse files
README.md
CHANGED
|
@@ -47,6 +47,23 @@ Each row has a path relative to the dataset repository root and a normalized cla
|
|
| 47 |
- `metadata/images.csv`: one row per image with class and case id.
|
| 48 |
- `metadata/folds.csv`: per-fold split counts and manifest file paths.
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
## Intended use
|
| 51 |
|
| 52 |
Use these fixed folds when comparing against the APT paper or repository results. Do not regenerate splits for direct comparison to reported fold-level numbers.
|
|
|
|
| 47 |
- `metadata/images.csv`: one row per image with class and case id.
|
| 48 |
- `metadata/folds.csv`: per-fold split counts and manifest file paths.
|
| 49 |
|
| 50 |
+
## Prompt bank
|
| 51 |
+
|
| 52 |
+
The Lurcher prompt bank used by the APT oracle is included at:
|
| 53 |
+
|
| 54 |
+
```text
|
| 55 |
+
prompt_banks/microscopy_lurcher.json
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
Download it into the APT code repository with:
|
| 59 |
+
|
| 60 |
+
```bash
|
| 61 |
+
hf download USF-CS-Microscopy-Image-Analysis/Lurcher_10x \
|
| 62 |
+
prompt_banks/microscopy_lurcher.json \
|
| 63 |
+
--repo-type dataset \
|
| 64 |
+
--local-dir .
|
| 65 |
+
```
|
| 66 |
+
|
| 67 |
## Intended use
|
| 68 |
|
| 69 |
Use these fixed folds when comparing against the APT paper or repository results. Do not regenerate splits for direct comparison to reported fold-level numbers.
|