Upload model
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
|
@@ -13,10 +13,10 @@
|
|
| 13 |
"model_type": "gpt2",
|
| 14 |
"n_ctx": 1024,
|
| 15 |
"n_embd": 512,
|
| 16 |
-
"n_head":
|
| 17 |
"n_inner": null,
|
| 18 |
"n_layer": 6,
|
| 19 |
-
"n_positions":
|
| 20 |
"pad_token_id": 3,
|
| 21 |
"reorder_and_upcast_attn": false,
|
| 22 |
"resid_pdrop": 0.1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "gpt2",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
|
|
|
| 13 |
"model_type": "gpt2",
|
| 14 |
"n_ctx": 1024,
|
| 15 |
"n_embd": 512,
|
| 16 |
+
"n_head": 16,
|
| 17 |
"n_inner": null,
|
| 18 |
"n_layer": 6,
|
| 19 |
+
"n_positions": 2048,
|
| 20 |
"pad_token_id": 3,
|
| 21 |
"reorder_and_upcast_attn": false,
|
| 22 |
"resid_pdrop": 0.1,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c53b13bd9e4797c29d9aaf752e3b71ae3e079663029ced643246ad71e95d965
|
| 3 |
+
size 108446098
|