Update config.json
Browse files- config.json +6 -5
config.json
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
{
|
2 |
"activation_function": "gelu_new",
|
3 |
-
"architectures": [
|
4 |
-
"GPT2LMHeadModel"
|
5 |
-
],
|
6 |
"attn_pdrop": 0.1,
|
7 |
"bos_token_id": 50256,
|
8 |
"embd_pdrop": 0.1,
|
@@ -29,5 +27,8 @@
|
|
29 |
"max_length": 200
|
30 |
}
|
31 |
},
|
32 |
-
"vocab_size": 50257
|
33 |
-
|
|
|
|
|
|
|
|
1 |
{
|
2 |
"activation_function": "gelu_new",
|
3 |
+
"architectures": ["GPT2LMHeadModel"],
|
|
|
|
|
4 |
"attn_pdrop": 0.1,
|
5 |
"bos_token_id": 50256,
|
6 |
"embd_pdrop": 0.1,
|
|
|
27 |
"max_length": 200
|
28 |
}
|
29 |
},
|
30 |
+
"vocab_size": 50257,
|
31 |
+
"hidden_dim": 2048,
|
32 |
+
"input_dim": 768,
|
33 |
+
"output_dim": 50257
|
34 |
+
}
|