Skip to content

Commit

Permalink
Merge pull request #22 from janEbert/hyena-yaml
Browse files Browse the repository at this point in the history
Fix Hyena YAML syntax
  • Loading branch information
DanFu09 authored Jun 2, 2023
2 parents 2e41964 + 6945982 commit 4f5972c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/experiment/pile/hyena.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ model:
_name_: lm
d_model: 864
n_layer: 18
d_inner: ${eval: 2*${.d_model}}
d_inner: ${eval:2*${.d_model}}
vocab_size: 50257
resid_dropout: 0.0
embed_dropout: 0.1
Expand Down

0 comments on commit 4f5972c

Please sign in to comment.