Geonwoohong commited on
Commit
723f48b
·
verified ·
1 Parent(s): ed42db3

Upload ours_slot_exp1/ours_com_exp1/config.json with huggingface_hub

Browse files
ours_slot_exp1/ours_com_exp1/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_ctx": 1024,
11
+ "n_embd": 1024,
12
+ "n_head": 8,
13
+ "n_inner": null,
14
+ "n_layer": 8,
15
+ "n_positions": 1024,
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.53.3",
26
+ "use_cache": true,
27
+ "vocab_size": 50257
28
+ }