Architecture config

#4
by Compactbot - opened
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["LDT"],
3
+ "vocab_size": 12288,
4
+ "d_model": 320,
5
+ "n_layers": 5,
6
+ "n_heads": 5,
7
+ "head_dim": 64,
8
+ "ffn_inter": 896,
9
+ "max_position_embeddings": 512,
10
+ "tie_word_embeddings": true,
11
+ "num_parameters": 10284480,
12
+ "rope_base": 10000.0
13
+ }