kuprel commited on
Commit
c7ccdb9
1 Parent(s): 2ce4b71

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 2048,
3
+ "decoder_attention_heads": 32,
4
+ "decoder_ffn_dim": 4096,
5
+ "decoder_layers": 24,
6
+ "decoder_start_token_id": 16384,
7
+ "encoder_attention_heads": 32,
8
+ "encoder_ffn_dim": 4096,
9
+ "encoder_layers": 24,
10
+ "encoder_vocab_size": 50272,
11
+ "image_length": 256,
12
+ "image_vocab_size": 16415,
13
+ "max_text_length": 64
14
+ }