Skip to content

Commit

Permalink
missing param in gpt2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotStein committed Oct 31, 2024
1 parent 8bd864a commit dcf8c31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mergekit/_data/architectures/gpt2.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"num_layers_config_key": "n_layer",
"layer_templates": {
"weights": [
{
"name": "h.${layer_index}.attn.bias"
},
{
"name": "h.${layer_index}.attn.c_attn.weight"
},
Expand Down

0 comments on commit dcf8c31

Please sign in to comment.