Upload config
Browse files- config.json +13 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"channel_embed_ratio": 0.25,
|
| 3 |
+
"decoder_depth": 2,
|
| 4 |
+
"decoder_embedding_size": 128,
|
| 5 |
+
"decoder_num_heads": 8,
|
| 6 |
+
"encoder_depth": 2,
|
| 7 |
+
"encoder_embedding_size": 128,
|
| 8 |
+
"encoder_num_heads": 8,
|
| 9 |
+
"max_sequence_length": 24,
|
| 10 |
+
"mlp_ratio": 4,
|
| 11 |
+
"month_embed_ratio": 0.25,
|
| 12 |
+
"transformers_version": "5.2.0"
|
| 13 |
+
}
|