Commit
•
5bd7aeb
1
Parent(s):
b989a7b
Add metadata for dataset used to train model
Browse filesThis is a small PR to add the dataset used to train your model to the YAML metadata section. This metadata makes the link between the model and the dataset easy to see on the Hugging Face Hub.
README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
---
|
2 |
language: zh
|
3 |
license: creativeml-openrail-m
|
4 |
-
|
|
|
5 |
tags:
|
6 |
- stable-diffusion
|
7 |
- stable-diffusion-diffusers
|
|
|
1 |
---
|
2 |
language: zh
|
3 |
license: creativeml-openrail-m
|
4 |
+
datasets:
|
5 |
+
- laion/laion2B-en
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- stable-diffusion-diffusers
|