DenSec02 commited on
Commit
4113876
·
verified ·
1 Parent(s): 54352e3

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 5120,
3
+ "d_model": 640,
4
+ "n_layers": 8,
5
+ "n_heads": 10,
6
+ "ffn_hidden": 1280,
7
+ "max_seq_len": 96,
8
+ "rope_theta": 10000.0,
9
+ "dropout": 0.1,
10
+ "tie_embeddings": true,
11
+ "rms_norm_eps": 1e-05,
12
+ "model_type": "glublm",
13
+ "architectures": [
14
+ "GlubLM"
15
+ ]
16
+ }