Doron Adler
commited on
Commit
·
71dc86b
1
Parent(s):
f470dc2
model.ckpt-572300
Browse files- config.json +2 -1
- flax_model.msgpack +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -27,7 +27,6 @@
|
|
| 27 |
]
|
| 28 |
],
|
| 29 |
"bos_token_id": 50256,
|
| 30 |
-
"pad_token_id": 50256,
|
| 31 |
"embed_dropout": 0,
|
| 32 |
"eos_token_id": 50256,
|
| 33 |
"gradient_checkpointing": false,
|
|
@@ -39,12 +38,14 @@
|
|
| 39 |
"model_type": "gpt_neo",
|
| 40 |
"num_heads": 12,
|
| 41 |
"num_layers": 12,
|
|
|
|
| 42 |
"resid_dropout": 0,
|
| 43 |
"summary_activation": null,
|
| 44 |
"summary_first_dropout": 0.1,
|
| 45 |
"summary_proj_to_labels": true,
|
| 46 |
"summary_type": "cls_index",
|
| 47 |
"summary_use_proj": true,
|
|
|
|
| 48 |
"transformers_version": "4.9.0.dev0",
|
| 49 |
"use_cache": true,
|
| 50 |
"vocab_size": 50257,
|
|
|
|
| 27 |
]
|
| 28 |
],
|
| 29 |
"bos_token_id": 50256,
|
|
|
|
| 30 |
"embed_dropout": 0,
|
| 31 |
"eos_token_id": 50256,
|
| 32 |
"gradient_checkpointing": false,
|
|
|
|
| 38 |
"model_type": "gpt_neo",
|
| 39 |
"num_heads": 12,
|
| 40 |
"num_layers": 12,
|
| 41 |
+
"pad_token_id": 50256,
|
| 42 |
"resid_dropout": 0,
|
| 43 |
"summary_activation": null,
|
| 44 |
"summary_first_dropout": 0.1,
|
| 45 |
"summary_proj_to_labels": true,
|
| 46 |
"summary_type": "cls_index",
|
| 47 |
"summary_use_proj": true,
|
| 48 |
+
"torch_dtype": "float32",
|
| 49 |
"transformers_version": "4.9.0.dev0",
|
| 50 |
"use_cache": true,
|
| 51 |
"vocab_size": 50257,
|
flax_model.msgpack
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 500800120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a22d47b34f3836e3da821992e41f5196fede8f7826fab7af5d45f33adee28b97
|
| 3 |
size 500800120
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 551187743
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f009daaa50919af8a3ce2511a7cfa94571c912b71a34ffd937d10410fc42bbf
|
| 3 |
size 551187743
|