Falcon2006VN commited on
Commit
0ae35c2
1 Parent(s): dbc0ad0

Delete config.json

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