WolfInk commited on
Commit
0038c8a
·
verified ·
1 Parent(s): cb6c5d6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "architectures": [
3
- "GPT1_5HighLMHeadModel"
4
  ],
5
- "model_type": "gpt1_5high",
6
  "activation_function": "gelu_new",
7
  "attn_pdrop": 0.1,
8
  "bos_token_id": 50256,
@@ -23,4 +23,4 @@
23
  "summary_use_proj": true,
24
  "vocab_size": 50257,
25
  "transformers_version": "4.40.0"
26
- }
 
1
  {
2
  "architectures": [
3
+ "GPT2LMHeadModel"
4
  ],
5
+ "model_type": "gpt2",
6
  "activation_function": "gelu_new",
7
  "attn_pdrop": 0.1,
8
  "bos_token_id": 50256,
 
23
  "summary_use_proj": true,
24
  "vocab_size": 50257,
25
  "transformers_version": "4.40.0"
26
+ }