Philipuss commited on
Commit
ed6bb03
1 Parent(s): fb29854

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "attn_pdrop": 0.1,
4
+ "bos_token_id": 50256,
5
+ "embd_pdrop": 0.1,
6
+ "eos_token_id": 50256,
7
+ "gradient_checkpointing": false,
8
+ "initializer_range": 0.02,
9
+ "layer_norm_epsilon": 1e-05,
10
+ "model_type": "gpt2",
11
+ "n_ctx": 1024,
12
+ "n_embd": 1024,
13
+ "n_head": 16,
14
+ "n_inner": null,
15
+ "n_layer": 24,
16
+ "n_positions": 1024,
17
+ "n_vocab": 50257,
18
+ "resid_pdrop": 0.1,
19
+ "scale_attn_weights": true,
20
+ "summary_activation": null,
21
+ "summary_first_dropout": 0.1,
22
+ "summary_proj_to_labels": true,
23
+ "summary_type": "cls_index",
24
+ "summary_use_proj": true,
25
+ "transformers_version": "4.9.1",
26
+ "use_cache": true,
27
+ "vocab_size": 50257
28
+ }