Re-convert to native transformers layout
Browse filesWeights are now converted ahead of time by convert_esmc_checkpoint.py / convert_esmfold2_checkpoint.py instead of by a runtime conversion mapping: upstream module names renamed, packed q/k/v and SwiGLU gate/up split, TransformerEngine _extra_state dropped, and config keys renamed off d_model/n_heads/n_layers. Verified bit-exact against the previous mapping-based load.
config.json
CHANGED
|
@@ -32,9 +32,6 @@
|
|
| 32 |
},
|
| 33 |
"dtype": "float32",
|
| 34 |
"esmc_config": {
|
| 35 |
-
"architectures": [
|
| 36 |
-
"EsmcForMaskedLM"
|
| 37 |
-
],
|
| 38 |
"attention_bias": false,
|
| 39 |
"attention_dropout": 0.0,
|
| 40 |
"bos_token_id": null,
|
|
|
|
| 32 |
},
|
| 33 |
"dtype": "float32",
|
| 34 |
"esmc_config": {
|
|
|
|
|
|
|
|
|
|
| 35 |
"attention_bias": false,
|
| 36 |
"attention_dropout": 0.0,
|
| 37 |
"bos_token_id": null,
|
model-00001-of-00006.safetensors
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:cd7389eeb251f3afd6d16d483e1b9651f973e89ca526335d7308c3f7ad5c6418
|
| 3 |
+
size 4955677724
|
model-00002-of-00006.safetensors
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:1af1615f6f6d1b3c0a24a63d9052a0ecad5b3831d1513c1a5fea73870c1bec73
|
| 3 |
+
size 4971194264
|
model-00003-of-00006.safetensors
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:357b55ec56192fd01a1cfc39a5260caf2242503ac7c554f614e43c7a469f0ced
|
| 3 |
+
size 4997460576
|
model-00004-of-00006.safetensors
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:f065aca1a13308bce41b78f728c28a0a29e3a9db6af531a74a258dbb06f8721b
|
| 3 |
+
size 4979069192
|
model-00005-of-00006.safetensors
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:e0c507dce5b2ddb22f77305607b4332506137850c5378e98e9729345264668b7
|
| 3 |
+
size 4934556472
|
model-00006-of-00006.safetensors
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:90015eb13bbeab54237b18d6748dbd47f4bfd108fdf45704d66e5c3a93f8df7c
|
| 3 |
+
size 1481396616
|
model.safetensors.index.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|