DOSaAI commited on
Commit
55cc414
1 Parent(s): ac8f3fd

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -28
config.json DELETED
@@ -1,28 +0,0 @@
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
- }