liuganghuggingface
commited on
Commit
•
38d7a91
1
Parent(s):
f18c99d
Upload config.yaml with huggingface_hub
Browse files- config.yaml +14 -0
config.yaml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
depth: 28
|
2 |
+
diffusion_noise_schedule: cosine
|
3 |
+
diffusion_steps: 500
|
4 |
+
drop_condition: 0.0
|
5 |
+
ensure_connected: false
|
6 |
+
guide_scale: 2
|
7 |
+
hidden_size: 1024
|
8 |
+
lambda_train:
|
9 |
+
- 1
|
10 |
+
- 10
|
11 |
+
mlp_ratio: 4
|
12 |
+
model: graph_dit
|
13 |
+
num_heads: 16
|
14 |
+
transition: marginal
|