Aaltjo commited on
Commit
dd47852
·
verified ·
1 Parent(s): 9f15b20

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +19 -0
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["GPT2LMHeadModel"],
3
+ "attention_probs_dropout_prob": 0.1,
4
+ "hidden_dropout_prob": 0.1,
5
+ "num_attention_heads": 6,
6
+ "num_hidden_layers": 6,
7
+ "vocab_size": 50257,
8
+ "embd_pdrop": 0.1,
9
+ "max_position_embeddings": 768,
10
+ "n_positions": 768,
11
+ "n_ctx": 768,
12
+ "n_embd": 768,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_eps": 1e-05,
15
+ "pad_token_id": 0,
16
+ "bos_token_id": 50256,
17
+ "eos_token_id": 50256
18
+ }
19
+