an-atlas commited on
Commit
176a47c
·
1 Parent(s): d3eb00d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "_name_or_path": "an-atlas/gpt2Horror",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
- "GPT2Model"
7
  ],
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,
@@ -43,4 +43,4 @@
43
  "transformers_version": "4.30.2",
44
  "use_cache": true,
45
  "vocab_size": 50257
46
- }
 
1
  {
2
+ "_name_or_path": "gpt2Horror",
3
  "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
+ "GPT2LMHeadModel"
7
  ],
8
  "attn_pdrop": 0.1,
9
  "bos_token_id": 50256,
 
43
  "transformers_version": "4.30.2",
44
  "use_cache": true,
45
  "vocab_size": 50257
46
+ }