angelahzyuan
commited on
Commit
•
c20d7fd
1
Parent(s):
87d6404
Update README.md
Browse files
README.md
CHANGED
@@ -6,11 +6,14 @@ language:
|
|
6 |
- en
|
7 |
pipeline_tag: text-to-image
|
8 |
---
|
9 |
-
Self-Play Fine-Tuning of Diffusion Models for Text-to-Image Generation (https://huggingface.co/papers/2402.10210)
|
10 |
|
11 |
-
# SPIN-Diffusion-iter1
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
14 |
|
15 |
## Model Details
|
16 |
|
@@ -30,7 +33,7 @@ The following hyperparameters were used during training:
|
|
30 |
- num_devices: 8
|
31 |
- train_gradient_accumulation_steps: 32
|
32 |
- total_train_batch_size: 2048
|
33 |
-
- optimizer: AdamW
|
34 |
- lr_scheduler: "linear"
|
35 |
- lr_warmup_steps: 200
|
36 |
- num_training_steps: 500
|
|
|
6 |
- en
|
7 |
pipeline_tag: text-to-image
|
8 |
---
|
9 |
+
**Self-Play Fine-Tuning of Diffusion Models for Text-to-Image Generation** (https://huggingface.co/papers/2402.10210)
|
10 |
|
|
|
11 |
|
12 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/657be24e8d360b690d5b665f/uzhoFO22ZdQ5XjBxxDA1a.png)
|
13 |
+
|
14 |
+
# SPIN-Diffusion-iter2
|
15 |
+
|
16 |
+
This model is a self-play fine-tuned diffusion model at iteration 2 from [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) using synthetic data based on the winner images of the [yuvalkirstain/pickapic_v2](https://huggingface.co/datasets/yuvalkirstain/pickapic_v2) dataset.
|
17 |
|
18 |
## Model Details
|
19 |
|
|
|
33 |
- num_devices: 8
|
34 |
- train_gradient_accumulation_steps: 32
|
35 |
- total_train_batch_size: 2048
|
36 |
+
- optimizer: AdamW
|
37 |
- lr_scheduler: "linear"
|
38 |
- lr_warmup_steps: 200
|
39 |
- num_training_steps: 500
|