Skip to content

Commit

Permalink
Merge pull request #20 from rudvlf0413/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
haven-jeon authored Jun 13, 2020
2 parents 8be9402 + 152991c commit 061d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kogpt2/model/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def gpt2_345m(dataset_name=None, vocab=None, pretrained=True, ctx=mx.cpu(),
"""Generic GPT-2 model.
The number of layers (L) is 24, number of units (H) is 1024, and the
number of self-attention heads (A) is 24.
number of self-attention heads (A) is 16.
Parameters
----------
Expand Down

0 comments on commit 061d62a

Please sign in to comment.