Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"model_type": "
|
| 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 |
+
}
|