Srikumar26 commited on
Commit
7a7f0d0
·
verified ·
1 Parent(s): ed9781b

Upload config

Browse files
Files changed (1) hide show
  1. 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
+ }