Upload config.json with huggingface_hub
Browse files- config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"weight_decay": 0.01,
|
| 3 |
+
"max_lr": 8e-5,
|
| 4 |
+
"min_lr": 1e-5,
|
| 5 |
+
"warmup_steps": 10000,
|
| 6 |
+
"d_model": 1024,
|
| 7 |
+
"nhead": 16,
|
| 8 |
+
"num_layers": 24,
|
| 9 |
+
"dropout": 0.0,
|
| 10 |
+
"patch_size": 2,
|
| 11 |
+
"in_channels": 4,
|
| 12 |
+
"sigma_emb_hz": 10000,
|
| 13 |
+
"rope_hz": 10000,
|
| 14 |
+
"batch_size": 12,
|
| 15 |
+
"target_size_H": 512,
|
| 16 |
+
"target_size_W": 512,
|
| 17 |
+
"text_dim": 1024,
|
| 18 |
+
"max_text_len": 77,
|
| 19 |
+
"drop_prob": 0.1
|
| 20 |
+
}
|