File size: 876 Bytes
7e882a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
# Filtered and Recaptioned Dataset
This dataset was created from [nbeerbower/NikuX-DPO-filtered](https://huggingface.co/datasets/nbeerbower/NikuX-DPO-filtered)
with manually selected samples and edited prompts.
## Dataset Information
- **Original dataset**: nbeerbower/NikuX-DPO-filtered
- **Number of samples**: 620
- **Selected indices**: 620 samples were selected and potentially recaptioned
## Columns
- `prompt`: The edited/recaptioned text prompt
- `chosen`: The chosen/preferred image
- `rejected`: The rejected/non-preferred image
## Creation Process
This dataset was created using a manual review tool that allowed:
1. Browsing through the original dataset
2. Selecting samples to keep
3. Editing/recaptioning the prompts
4. Exporting the filtered dataset
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("nbeerbower/NikuFix")
```
|