OmenNDT commited on
Commit
0ab2518
1 Parent(s): c8acd67

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +27 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 768,
11
+ "n_head": 12,
12
+ "n_inner": null,
13
+ "n_layer": 12,
14
+ "n_positions": 1024,
15
+ "reorder_and_upcast_attn": false,
16
+ "resid_pdrop": 0.1,
17
+ "scale_attn_by_inverse_layer_idx": false,
18
+ "scale_attn_weights": true,
19
+ "summary_activation": null,
20
+ "summary_first_dropout": 0.1,
21
+ "summary_proj_to_labels": true,
22
+ "summary_type": "cls_index",
23
+ "summary_use_proj": true,
24
+ "transformers_version": "4.31.0.dev0",
25
+ "use_cache": true,
26
+ "vocab_size": 50257
27
+ }