Lakoc commited on
Commit
3883d0c
1 Parent(s): 14c19b1

Upload config

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "attn_pdrop": 0.1,
4
+ "average_logits": true,
5
+ "bos_token_id": 0,
6
+ "embd_pdrop": 0.1,
7
+ "eos_token_id": 1,
8
+ "head_locations": [
9
+ 8
10
+ ],
11
+ "head_weights": [
12
+ 0.7,
13
+ 0.3
14
+ ],
15
+ "initializer_range": 0.02,
16
+ "layer_norm_epsilon": 1e-05,
17
+ "model_type": "gpt2-multi-head",
18
+ "n_embd": 512,
19
+ "n_head": 8,
20
+ "n_inner": null,
21
+ "n_layer": 16,
22
+ "n_positions": 256,
23
+ "reorder_and_upcast_attn": false,
24
+ "resid_pdrop": 0.1,
25
+ "scale_attn_by_inverse_layer_idx": false,
26
+ "scale_attn_weights": true,
27
+ "summary_activation": null,
28
+ "summary_first_dropout": 0.1,
29
+ "summary_proj_to_labels": true,
30
+ "summary_type": "cls_index",
31
+ "summary_use_proj": true,
32
+ "tie_additional_weights": false,
33
+ "transformers_version": "4.31.0.dev0",
34
+ "use_cache": true,
35
+ "vocab_size": 500
36
+ }