Commit
•
53e5f6d
1
Parent(s):
687c87b
Set fp16_esm to false in config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"esm_ablate_sequence": false,
|
13 |
"esm_input_dropout": 0,
|
14 |
"esm_type": "esm2_3B",
|
15 |
-
"fp16_esm":
|
16 |
"lddt_head_hid_dim": 128,
|
17 |
"trunk": {
|
18 |
"chunk_size": null,
|
|
|
12 |
"esm_ablate_sequence": false,
|
13 |
"esm_input_dropout": 0,
|
14 |
"esm_type": "esm2_3B",
|
15 |
+
"fp16_esm": false,
|
16 |
"lddt_head_hid_dim": 128,
|
17 |
"trunk": {
|
18 |
"chunk_size": null,
|