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