dplm-2 structure tokenizer
Browse files- config.yaml +21 -0
- dplm2_struct_tokenizer.ckpt +3 -0
config.yaml
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
codebook_config:
|
| 2 |
+
freeze: true
|
| 3 |
+
num_codes: 8192
|
| 4 |
+
embed_dim: 13
|
| 5 |
+
entropy_loss_weight: 0.1
|
| 6 |
+
commitment_loss_weight: 0.25
|
| 7 |
+
encoder_config:
|
| 8 |
+
freeze: true
|
| 9 |
+
decoder_config:
|
| 10 |
+
input_dim: 128
|
| 11 |
+
trunk:
|
| 12 |
+
num_blocks: 4
|
| 13 |
+
sequence_state_dim: 128
|
| 14 |
+
pairwise_state_dim: 32
|
| 15 |
+
max_recycles: 1
|
| 16 |
+
structure_module:
|
| 17 |
+
c_s: 128
|
| 18 |
+
c_z: 32
|
| 19 |
+
no_blocks: 8
|
| 20 |
+
no_angles: 7
|
| 21 |
+
gradient_checkpointing: false
|
dplm2_struct_tokenizer.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fb76e02abdbee4188638ff79a0fa6d38df819dd0f2e0353105564a069d75192
|
| 3 |
+
size 472732546
|