DOSaAI commited on
Commit
ac8f3fd
1 Parent(s): 65878e9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +26 -29
config.json CHANGED
@@ -1,31 +1,28 @@
1
  {
2
- "activation_function": "gelu_new",
3
- "architectures": [
4
- "GPT2LMHeadModel"
5
- ],
6
- "attn_pdrop": 0.1,
7
- "bos_token_id": 50256,
8
- "embd_pdrop": 0.1,
9
- "eos_token_id": 50256,
10
- "initializer_range": 0.02,
11
- "layer_norm_epsilon": 1e-05,
12
- "model_type": "gpt2",
13
- "n_embd": 768,
14
- "n_head": 12,
15
- "n_inner": null,
16
- "n_layer": 12,
17
- "n_positions": 1024,
18
- "reorder_and_upcast_attn": false,
19
- "resid_pdrop": 0.1,
20
- "scale_attn_by_inverse_layer_idx": false,
21
- "scale_attn_weights": true,
22
- "summary_activation": null,
23
- "summary_first_dropout": 0.1,
24
- "summary_proj_to_labels": true,
25
- "summary_type": "cls_index",
26
- "summary_use_proj": true,
27
- "torch_dtype": "float32",
28
- "transformers_version": "4.38.2",
29
- "use_cache": true,
30
- "vocab_size": 30000
31
  }
 
1
  {
2
+ "activation_function": "gelu",
3
+ "architectures": ["vala-1"],
4
+ "attn_pdrop": 0.1,
5
+ "bos_token_id": 50256,
6
+ "embd_pdrop": 0.1,
7
+ "eos_token_id": 50256,
8
+ "layer_norm_epsilon": 1e-05,
9
+ "model_type": "vala-1",
10
+ "n_embd": 768,
11
+ "n_head": 12,
12
+ "n_inner": 3072,
13
+ "n_layer": 12,
14
+ "n_positions": 1024,
15
+ "reorder_and_upcast_attn": False,
16
+ "resid_pdrop": 0.1,
17
+ "scale_attn_by_inverse_layer_idx": False,
18
+ "scale_attn_weights": True,
19
+ "summary_activation": "gelu",
20
+ "summary_first_dropout": 0.1,
21
+ "summary_proj_to_labels": True,
22
+ "summary_type": "cls_index",
23
+ "summary_use_proj": True,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.38.2",
26
+ "use_cache": True,
27
+ "vocab_size": 30000
 
 
 
28
  }