TristanBehrens
commited on
Commit
·
286ed44
1
Parent(s):
7f452f5
add model
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -12,9 +12,9 @@
|
|
12 |
"model_type": "gpt2",
|
13 |
"n_ctx": 512,
|
14 |
"n_embd": 512,
|
15 |
-
"n_head":
|
16 |
"n_inner": null,
|
17 |
-
"n_layer":
|
18 |
"n_positions": 512,
|
19 |
"pad_token_id": 3,
|
20 |
"reorder_and_upcast_attn": false,
|
|
|
12 |
"model_type": "gpt2",
|
13 |
"n_ctx": 512,
|
14 |
"n_embd": 512,
|
15 |
+
"n_head": 8,
|
16 |
"n_inner": null,
|
17 |
+
"n_layer": 6,
|
18 |
"n_positions": 512,
|
19 |
"pad_token_id": 3,
|
20 |
"reorder_and_upcast_attn": false,
|
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:45ee67cbca1e3005006503fbd2068873b8b1a064ece8880edcc7300a3e221ae1
|
3 |
+
size 78557661
|