SVECTOR-OFFICIAL commited on
Commit
55863b2
·
verified ·
1 Parent(s): e059b35

Create Config.json

Browse files
Files changed (1) hide show
  1. Config.json +12 -0
Config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["SPECLMHeadModel"],
3
+ "model_type": "spec-1-mini",
4
+ "n_ctx": 1024,
5
+ "n_embd": 768,
6
+ "n_head": 12,
7
+ "n_layer": 12,
8
+ "vocab_size": 50257,
9
+ "activation_function": "gelu",
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-5
12
+ }