We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a501a commit f068255Copy full SHA for f068255
2 files changed
bionemo-recipes/models/codonfm/modeling_codonfm_te.py
@@ -156,6 +156,12 @@ def __init__(
156
"num_attention_heads": 32,
157
"num_hidden_layers": 24,
158
},
159
+ "encodon_10b": {
160
+ "hidden_size": 5120,
161
+ "intermediate_size": 20480,
162
+ "num_attention_heads": 40,
163
+ "num_hidden_layers": 34,
164
+ },
165
}
166
167
bionemo-recipes/recipes/codonfm_native_te/modeling_codonfm_te.py
@@ -162,6 +162,12 @@ def __init__(
168
169
170
171
172
173
0 commit comments