Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
"in_channels": 64,
|
8 |
"joint_attention_dim": 4096,
|
9 |
"num_attention_heads": 24,
|
10 |
-
"num_layers":
|
11 |
-
"num_single_layers":
|
12 |
"patch_size": 1,
|
13 |
"pooled_projection_dim": 768
|
14 |
}
|
|
|
7 |
"in_channels": 64,
|
8 |
"joint_attention_dim": 4096,
|
9 |
"num_attention_heads": 24,
|
10 |
+
"num_layers": 5,
|
11 |
+
"num_single_layers": 10,
|
12 |
"patch_size": 1,
|
13 |
"pooled_projection_dim": 768
|
14 |
}
|