wzebrowski commited on
Commit
59998cd
·
verified ·
1 Parent(s): b09600c

Upload config_mlx_slm_beta_v1.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config_mlx_slm_beta_v1.json +17 -0
config_mlx_slm_beta_v1.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "tinygplm",
3
+ "vocab_size": 30000,
4
+ "d_model": 384,
5
+ "n_heads": 6,
6
+ "n_layers": 12,
7
+ "max_seq": 3072,
8
+ "mlp_mult": 4,
9
+ "rope_base": 10000.0,
10
+ "norm": "rmsnorm",
11
+ "activation": "silu",
12
+ "weight_tying": true,
13
+ "pad_id": 0,
14
+ "bos_id": 1,
15
+ "eos_id": 2,
16
+ "notes": "Config for mlx-slm-beta-v1 (TinyGPLM variant) matching model/model.py defaults."
17
+ }