Update README.md
Browse files
README.md
CHANGED
@@ -21,3 +21,12 @@ configs:
|
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
---
|
24 |
+
|
25 |
+
# SD3 Image Dataset
|
26 |
+
|
27 |
+
This dataset serves as an example for training a text-to-image (Media) fine-tuning platform.
|
28 |
+
|
29 |
+
It consists of two columns:
|
30 |
+
|
31 |
+
- image (required): The file path to the image.
|
32 |
+
- prompt (optional): The text prompt associated with the image.
|