lagodw commited on
Commit
6cf4014
·
1 Parent(s): 58a7390

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -5
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gpt2",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -12,11 +12,13 @@
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
- "n_embd": 768,
16
- "n_head": 12,
17
  "n_inner": null,
18
- "n_layer": 12,
19
  "n_positions": 1024,
 
 
20
  "resid_pdrop": 0.1,
21
  "scale_attn_weights": true,
22
  "summary_activation": null,
@@ -31,7 +33,7 @@
31
  }
32
  },
33
  "torch_dtype": "float32",
34
- "transformers_version": "4.11.2",
35
  "use_cache": true,
36
  "vocab_size": 50260
37
  }
 
1
  {
2
+ "_name_or_path": "gpt2-medium",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
+ "n_embd": 1024,
16
+ "n_head": 16,
17
  "n_inner": null,
18
+ "n_layer": 24,
19
  "n_positions": 1024,
20
+ "n_special": 0,
21
+ "predict_special_tokens": true,
22
  "resid_pdrop": 0.1,
23
  "scale_attn_weights": true,
24
  "summary_activation": null,
 
33
  }
34
  },
35
  "torch_dtype": "float32",
36
+ "transformers_version": "4.11.3",
37
  "use_cache": true,
38
  "vocab_size": 50260
39
  }