tuenguyen commited on
Commit
b5a3c71
·
verified ·
1 Parent(s): cb3f6f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
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.