sywang commited on
Commit
4c53471
·
verified ·
1 Parent(s): 84a5769

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-conditioned
4
+ - perceptual-similarity
5
+ - 2afc
6
+ pretty_name: TPIPS 2AFC
7
+ ---
8
+
9
+ # TPIPS — 2AFC dataset
10
+
11
+ Two-alternative forced-choice judgments: `p0` = reference, `p1` = left
12
+ candidate, `p2` = right candidate, with a 2-class human distribution
13
+ `[left, right]` per factor in `annotations.jsonl`.
14
+ Code: [https://github.com/PeterWang512/TPIPS](https://github.com/PeterWang512/TPIPS).
15
+
16
+ Images ship as `images-*.tar` shards, extracted in place by the download
17
+ script into `data/2afc/` (e.g. `image_editing/`, `nvs/`, ...).
18
+
19
+ ```bash
20
+ python scripts/download.py data # downloads + extracts -> data/2afc/
21
+ ```