Lakoc commited on
Commit
52e1d46
·
1 Parent(s): aa7d5c2

Upload config

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
+ "initializer_range": 0.02,
8
+ "layer_norm_epsilon": 1e-05,
9
+ "model_type": "gpt2",
10
+ "n_embd": 256,
11
+ "n_head": 4,
12
+ "n_inner": 2048,
13
+ "n_layer": 6,
14
+ "n_positions": 1024,
15
+ "output_hidden_size": 256,
16
+ "reorder_and_upcast_attn": false,
17
+ "resid_pdrop": 0.1,
18
+ "scale_attn_by_inverse_layer_idx": false,
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.31.0.dev0",
26
+ "use_cache": true,
27
+ "vocab_size": 5000
28
+ }