h2di commited on
Commit
8c9f362
·
verified ·
1 Parent(s): fb425fd

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "gamba_rossa",
3
+ "vocab_size": 4611,
4
+ "block_size": 256,
5
+ "k": 1024,
6
+ "head_dim": 128,
7
+ "n_head": 16,
8
+ "n_layers": 28,
9
+ "dropout": 0.0,
10
+ "kv_groups": 2,
11
+ "ff_expansion": 3,
12
+ "pad_index": 4610,
13
+ "special_freqs": [
14
+ 2
15
+ ],
16
+ "encoder_path": "data/id_to_token.json"
17
+ }