madroid commited on
Commit
75c76d5
1 Parent(s): 7f84680

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,3 +17,5 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
 
 
 
17
  - split: train
18
  path: data/train-*
19
  ---
20
+
21
+ This dataset is compiled from [google/dreambooth](https://huggingface.co/datasets/google/dreambooth/tree/main/dataset/dog6) and is used to demonstrate the fine-tuning feature of [mlx-flux](https://github.com/ml-explore/mlx-examples/tree/main/flux#flux). For details, see [fine-tuning](https://github.com/ml-explore/mlx-examples/tree/main/flux#finetuning).