Lakoc commited on
Commit
e116ae3
1 Parent(s): 9ca6316

Upload config

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "attn_pdrop": 0.1,
4
+ "average_logits": false,
5
+ "bos_token_id": 0,
6
+ "embd_pdrop": 0.1,
7
+ "eos_token_id": 1,
8
+ "head_locations": [
9
+ 4
10
+ ],
11
+ "head_weights": [
12
+ 0.6,
13
+ 0.4
14
+ ],
15
+ "initializer_range": 0.02,
16
+ "layer_norm_epsilon": 1e-05,
17
+ "model_type": "gpt2-multi-head",
18
+ "n_embd": 256,
19
+ "n_head": 4,
20
+ "n_inner": 2048,
21
+ "n_layer": 6,
22
+ "n_positions": 1024,
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
+ "tie_word_embeddings": false,
34
+ "transformers_version": "4.31.0.dev0",
35
+ "use_cache": true,
36
+ "vocab_size": 500
37
+ }