pianistprogrammer commited on
Commit
4cfccc4
·
verified ·
1 Parent(s): 482d6c0

Upload model_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_config.json +16 -0
model_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 98,
3
+ "max_bar_length": 64,
4
+ "max_bars": 64,
5
+ "pad_idx": 0,
6
+ "mask_idx": 4,
7
+ "d_char": 64,
8
+ "d_model": 256,
9
+ "n_heads": 8,
10
+ "n_layers": 6,
11
+ "d_ff": 1024,
12
+ "dropout": 0.1,
13
+ "d_embed": 128,
14
+ "mask_ratio": 0.15,
15
+ "temperature": 0.07
16
+ }