Skip to content

Commit f068255

Browse files
committed
Add encodon 10b configuration
1 parent 09a501a commit f068255

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

bionemo-recipes/models/codonfm/modeling_codonfm_te.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ def __init__(
156156
"num_attention_heads": 32,
157157
"num_hidden_layers": 24,
158158
},
159+
"encodon_10b": {
160+
"hidden_size": 5120,
161+
"intermediate_size": 20480,
162+
"num_attention_heads": 40,
163+
"num_hidden_layers": 34,
164+
},
159165
}
160166

161167

bionemo-recipes/recipes/codonfm_native_te/modeling_codonfm_te.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ def __init__(
162162
"num_attention_heads": 32,
163163
"num_hidden_layers": 24,
164164
},
165+
"encodon_10b": {
166+
"hidden_size": 5120,
167+
"intermediate_size": 20480,
168+
"num_attention_heads": 40,
169+
"num_hidden_layers": 34,
170+
},
165171
}
166172

167173

0 commit comments

Comments
 (0)