Skip to content

Commit

Permalink
update configs with correct name for short_filter_order
Browse files Browse the repository at this point in the history
  • Loading branch information
exnx committed Oct 31, 2023
1 parent bba7c81 commit 363939a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion configs/experiment/hg38/chromatin_profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: 1026 # required to be set the same as the pretrained model if using, don't forget the +2! ${eval:${dataset.max_length}+2}
modulate: True
w: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/hg38/genomic_benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: 1026 # required to be set the same as the pretrained model if using, don't forget the +2! ${eval:${dataset.max_length}+2}
modulate: True
w: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: 1026 # required to be set the same as the pretrained model if using, don't forget the +2! ${eval:${dataset.max_length}+2}
modulate: True
w: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/hg38/genomic_benchmark_scratch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: 1026 # required to be set the same as the pretrained model if using, don't forget the +2! ${eval:${dataset.max_length}+2}
modulate: True
w: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/hg38/hg38_hyena.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: ${eval:${dataset.max_length}+2}
modulate: True
w: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/hg38/hg38_hyena_icl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: ${eval:${dataset.max_length}+2}
modulate: True
w: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: ${eval:${dataset.max_length}+2}
modulate: True
w: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/hg38/nucleotide_transformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: 1026 # required to be set the same as the pretrained model if using, don't forget the +2! ${eval:${dataset.max_length}+2}
modulate: True
w: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/hg38/species.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: 1026
modulate: True
w: 10
Expand Down
2 changes: 1 addition & 1 deletion configs/experiment/hg38/species_seqlen_warmup_reload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ model:
_name_: hyena
emb_dim: 5
filter_order: 64
local_order: 3
short_filter_order: 3
l_max: 1026
modulate: True
w: 10
Expand Down

0 comments on commit 363939a

Please sign in to comment.