oz1115 commited on
Commit
e2e6bc8
·
verified ·
1 Parent(s): c2d0d3f

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": [
3
+ "CustomGPTModel"
4
+ ],
5
+ "model_type": "gpt",
6
+ "vocab_size": 32000,
7
+ "hidden_size": 512,
8
+ "num_hidden_layers": 8,
9
+ "num_attention_heads": 8,
10
+ "intermediate_size": 2048,
11
+ "max_position_embeddings": 512,
12
+ "hidden_dropout_prob": 0.1,
13
+ "attention_probs_dropout_prob": 0.1,
14
+ "layer_norm_eps": 1e-05,
15
+ "initializer_range": 0.02,
16
+ "bos_token_id": 1,
17
+ "eos_token_id": 2,
18
+ "pad_token_id": 0
19
+ }