Create config.json
Browse files
SCAIL-Preview/transformer/config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dim": 5120,
|
| 3 |
+
"eps": 1.0e-06,
|
| 4 |
+
"ffn_dim": 13824,
|
| 5 |
+
"freq_dim": 256,
|
| 6 |
+
"in_dim": 20,
|
| 7 |
+
"model_type": "i2v",
|
| 8 |
+
"num_heads": 40,
|
| 9 |
+
"num_layers": 40,
|
| 10 |
+
"out_dim": 16,
|
| 11 |
+
"text_len": 512
|
| 12 |
+
}
|