Skip to content

Commit

Permalink
[test] smaller gpt2 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
botbw committed May 27, 2024
1 parent b96c639 commit df705a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kit/model_zoo/transformers/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def date_gen_for_double_heads():
config = transformers.GPT2Config(
n_layer=2,
n_head=4,
n_embd=128,
n_embd=16,
vocab_size=50258,
attn_pdrop=0,
embd_pdrop=0,
Expand Down

0 comments on commit df705a5

Please sign in to comment.