tarunsinghgh6497 commited on
Commit
7f26382
·
verified ·
1 Parent(s): 539598e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +49 -3
config.json CHANGED
@@ -1,14 +1,60 @@
1
  {
2
- "architectures": ["GPTNeoForCausalLM"],
 
 
 
3
  "attention_dropout": 0.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "bos_token_id": 50256,
 
5
  "eos_token_id": 50256,
6
  "hidden_size": 2048,
7
  "initializer_range": 0.02,
8
- "intermediate_size": 8192,
9
- "layer_norm_epsilon": 1e-05,
 
 
10
  "num_attention_heads": 16,
11
  "num_hidden_layers": 24,
12
  "resid_dropout": 0.0,
 
 
 
 
 
 
 
 
13
  "vocab_size": 50257
14
  }
 
1
  {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPTNeoForCausalLM"
5
+ ],
6
  "attention_dropout": 0.0,
7
+ "attention_layers": [
8
+ "global",
9
+ "global",
10
+ "global",
11
+ "global",
12
+ "global",
13
+ "global",
14
+ "global",
15
+ "global",
16
+ "global",
17
+ "global",
18
+ "global",
19
+ "global",
20
+ "global",
21
+ "global",
22
+ "global",
23
+ "global",
24
+ "global",
25
+ "global",
26
+ "global",
27
+ "global",
28
+ "global",
29
+ "global",
30
+ "global",
31
+ "global"
32
+ ],
33
+ "attention_types": [
34
+ [
35
+ "global",
36
+ "global"
37
+ ]
38
+ ],
39
  "bos_token_id": 50256,
40
+ "embed_dropout": 0.0,
41
  "eos_token_id": 50256,
42
  "hidden_size": 2048,
43
  "initializer_range": 0.02,
44
+ "intermediate_size": null,
45
+ "layer_norm_epsilon": 1e-5,
46
+ "max_position_embeddings": 2048,
47
+ "model_type": "gpt_neo",
48
  "num_attention_heads": 16,
49
  "num_hidden_layers": 24,
50
  "resid_dropout": 0.0,
51
+ "summary_activation": null,
52
+ "summary_first_dropout": 0.1,
53
+ "summary_proj_to_hidden_size": true,
54
+ "summary_type": "cls_index",
55
+ "summary_use_proj": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.38.2",
58
+ "use_cache": true,
59
  "vocab_size": 50257
60
  }