Skip to content

Commit

Permalink
Update gpt-2 config_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhitingHu committed Mar 8, 2019
1 parent 26c164a commit 22eda5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gpt-2/configs/config_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"num_heads": 12,
"output_dim": dim,
},
"position_embedder_type": "simple",
"position_embedder_type": "variables",
"position_size": 1024,
"position_embedder_hparams": {
"dim": dim,
Expand Down

0 comments on commit 22eda5a

Please sign in to comment.