Dragonjinny commited on
Commit
dd810b4
·
verified ·
1 Parent(s): f3cc8f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -9
README.md CHANGED
@@ -370,15 +370,7 @@ The filtering process is based on three key metrics:
370
 
371
  ## Dataset Configurations
372
 
373
- | Configuration | Size | Description |
374
- |---------------|------|-------------|
375
- | `FiFA-500` | 500 triplets | Small subset for quick experiments |
376
- | `FiFA-1k` | 1,000 triplets | Lightweight training set |
377
- | `FiFA-5k` | 5,000 triplets | Medium-sized training set |
378
- | `FiFA-10k` | 10,000 triplets | Standard training set |
379
- | `FiFA-20k` | 20,000 triplets | Large training set |
380
- | `FiFA-50k` | 50,000 triplets | Extended training set |
381
- | `FiFA-100k` | 100,000 triplets | Full-scale training set |
382
 
383
  ## Quick Start
384
 
@@ -416,6 +408,7 @@ Each example contains:
416
  - `jpg_0`: First image (bytes)
417
  - `jpg_1`: Second image (bytes)
418
  - `label_0`: Binary label (0 or 1) indicating which image is preferred
 
419
 
420
  ## Citation
421
 
 
370
 
371
  ## Dataset Configurations
372
 
373
+ This dataset provides several configurations, each corresponding to a different number of filtered triplets selected by the automated FiFA algorithm. You can choose from `FiFA-500`, `FiFA-1k`, `FiFA-5k`, `FiFA-10k`, `FiFA-20k`, `FiFA-50k`, and `FiFA-100k`, depending on your needs. The only difference between these configurations is the number of examples included; all are filtered using the same FiFA method. We recommend using the `FiFA-5k` configuration as the default, as it generally works best for Stable Diffusion training.
 
 
 
 
 
 
 
 
374
 
375
  ## Quick Start
376
 
 
408
  - `jpg_0`: First image (bytes)
409
  - `jpg_1`: Second image (bytes)
410
  - `label_0`: Binary label (0 or 1) indicating which image is preferred
411
+ - `__index_level_0__` : Unique ID for each data point
412
 
413
  ## Citation
414