suku9 commited on
Commit
45b496e
·
verified ·
1 Parent(s): 1f9c75b

Upload config

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