burak commited on
Commit
df81028
·
verified ·
1 Parent(s): 0ac8e4d

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "syko818121/tiny-llm-word-level",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "model_type": "gpt2",
7
+ "vocab_size": 50257,
8
+ "n_embd": 512,
9
+ "n_head": 8,
10
+ "n_layer": 6,
11
+ "bos_token_id": 50256,
12
+ "eos_token_id": 50256,
13
+ "max_position_embeddings": 1024,
14
+ "attn_pdrop": 0.1,
15
+ "embd_pdrop": 0.1,
16
+ "resid_pdrop": 0.1,
17
+ "summary_activation": "gelu",
18
+ "summary_type": "mean",
19
+ "summary_use_proj": true,
20
+ "scale_attn_weights": true,
21
+ "use_cache": true,
22
+ "initializer_range": 0.02,
23
+ "layer_norm_epsilon": 1e-05
24
+ }