ayjays132 commited on
Commit
99610b0
·
1 Parent(s): f15043f

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -35
config.json DELETED
@@ -1,35 +0,0 @@
1
- {
2
- "activation_function": "gelu_new",
3
- "architectures": ["GPT2LMHeadModel"],
4
- "model_filename": "pytorch_model.bin",
5
- "attn_pdrop": 0.1,
6
- "bos_token_id": 50256,
7
- "embd_pdrop": 0.1,
8
- "eos_token_id": 50256,
9
- "initializer_range": 0.02,
10
- "layer_norm_epsilon": 1e-05,
11
- "model_type": "gpt2",
12
- "n_ctx": 1024,
13
- "n_embd": 1024,
14
- "n_head": 16,
15
- "n_layer": 24,
16
- "n_positions": 1024,
17
- "n_special": 0,
18
- "predict_special_tokens": true,
19
- "resid_pdrop": 0.1,
20
- "summary_activation": null,
21
- "summary_first_dropout": 0.1,
22
- "summary_proj_to_labels": true,
23
- "summary_type": "cls_index",
24
- "summary_use_proj": true,
25
- "task_specific_params": {
26
- "text-generation": {
27
- "do_sample": true,
28
- "max_length": 50
29
- }
30
- },
31
- "vocab_size": 50257,
32
- "hidden_dim": 2048,
33
- "input_dim": 512,
34
- "output_dim": 512
35
- }