sriauraworx commited on
Commit
95241df
verified
1 Parent(s): d316832

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +31 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TransformerForCausalLM"
4
+ ],
5
+ "model_type": "gpt2",
6
+ "vocab_size": 32000,
7
+ "n_positions": 1024,
8
+ "n_embd": 768,
9
+ "n_layer": 12,
10
+ "n_head": 12,
11
+ "n_inner": 3072,
12
+ "activation_function": "gelu_new",
13
+ "resid_pdrop": 0.0,
14
+ "embd_pdrop": 0.0,
15
+ "attn_pdrop": 0.0,
16
+ "layer_norm_epsilon": 1e-05,
17
+ "initializer_range": 0.02,
18
+ "bos_token_id": 0,
19
+ "eos_token_id": 1,
20
+ "torch_dtype": "float32",
21
+ "add_cross_attention": false,
22
+ "scale_attn_weights": true,
23
+ "use_cache": true,
24
+ "num_hidden_layers": 12,
25
+ "hidden_size": 768,
26
+ "intermediate_size": 3072,
27
+ "num_attention_heads": 12,
28
+ "max_position_embeddings": 1024,
29
+ "attention_probs_dropout_prob": 0.0,
30
+ "hidden_dropout_prob": 0.0
31
+ }