Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
-
"
|
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 |
+
}
|