Upload custom GPT model
Browse files- config.json +1 -0
- model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"vocab_size": 50304, "n_positions": 1024, "n_ctx": 1024, "n_embd": 768, "n_layer": 12, "n_head": 12, "activation_function": "gelu", "resid_pdrop": 0.1, "attn_pdrop": 0.1, "summary_type": "cls_index"}
|
model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cb5a955aaf14b73adcc61e6b421ddbec6765b2efd84a2971433a76dd9de08d5
|
| 3 |
+
size 548279914
|