ayjays132 commited on
Commit
f3dd6e6
1 Parent(s): 3edff62

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -4
config.json CHANGED
@@ -7,19 +7,24 @@
7
  "eos_token_id": 50256,
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
10
- "model_type": "llama",
11
  "n_ctx": 2048,
12
- "n_embd": 2048,
13
  "n_head": 16,
14
  "n_layer": 24,
15
- "n_positions": 2048,
16
  "n_special": 0,
17
  "predict_special_tokens": true,
18
  "resid_pdrop": 0.1,
 
 
 
 
 
19
  "task_specific_params": {
20
  "text-generation": {
21
  "do_sample": true,
22
- "max_length": 200
23
  }
24
  },
25
  "adaptation_rate": 0.05,
 
7
  "eos_token_id": 50256,
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
10
+ "model_type": "gpt2",
11
  "n_ctx": 2048,
12
+ "n_embd": 25000,
13
  "n_head": 16,
14
  "n_layer": 24,
15
+ "n_positions": 25000,
16
  "n_special": 0,
17
  "predict_special_tokens": true,
18
  "resid_pdrop": 0.1,
19
+ "summary_activation": null,
20
+ "summary_first_dropout": 0.1,
21
+ "summary_proj_to_labels": true,
22
+ "summary_type": "cls_index",
23
+ "summary_use_proj": true,
24
  "task_specific_params": {
25
  "text-generation": {
26
  "do_sample": true,
27
+ "max_length": 1024
28
  }
29
  },
30
  "adaptation_rate": 0.05,