juhirats commited on
Commit
bfa1c2a
·
verified ·
1 Parent(s): 56d053a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -16,4 +16,44 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ license: mit
20
+ task_categories:
21
+ - text-to-image
22
+ tags:
23
+ - stable-diffusion
24
+ - lcm
25
+ - lcm-lora
26
+ - training-data
27
+ - laion
28
+ pretty_name: LAION Subset for LCM-LoRA Training
29
+ size_categories:
30
+ - 10K<n<100K
31
  ---
32
+
33
+ # LAION Subset for LCM-LoRA Training
34
+
35
+ **Author:** Juhi Singh | [HuggingFace](https://huggingface.co/juhirats)
36
+
37
+ ## Dataset Description
38
+
39
+ This dataset is a curated subset of LAION-5B used for training Latent Consistency Model (LCM) LoRA adapters on Stable Diffusion v1.5. It contains high-quality image-caption pairs optimized for distillation training.
40
+
41
+ ## Dataset Details
42
+
43
+ - **Total Examples:** 24,840 image-caption pairs
44
+ - **Dataset Size:** ~4.16 GB
45
+ - **Resolution:** 512×512
46
+ - **Format:** Parquet files with image and caption columns
47
+ - **Source:** Curated from LAION-5B
48
+ - **Use Case:** LCM-LoRA distillation training
49
+
50
+ ## Dataset Structure
51
+
52
+ Each example contains:
53
+ - `image`: PIL Image object (512×512)
54
+ - `caption`: Text description of the image
55
+
56
+ ## Usage
57
+
58
+ ### Loading the Dataset
59
+ ```python