Sadaf commited on
Commit
610f420
·
1 Parent(s): 6e70e65

Uploading config.json for model

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_ctx": 1024,
11
+ "n_embd": 1024,
12
+ "n_head": 16,
13
+ "n_inner": null,
14
+ "n_layer": 24,
15
+ "n_positions": 1024,
16
+ "n_vocab": 50257,
17
+ "resid_pdrop": 0.1,
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.11.3",
25
+ "use_cache": true,
26
+ "vocab_size": 50257
27
+ }