mirror of https://github.com/hpcaitech/ColossalAI
[test] smaller gpt2 test case
parent
b96c6390f4
commit
df705a5210
|
@ -121,7 +121,7 @@ loss_fn = lambda x: x["loss"]
|
|||
config = transformers.GPT2Config(
|
||||
n_layer=2,
|
||||
n_head=4,
|
||||
n_embd=128,
|
||||
n_embd=16,
|
||||
vocab_size=50258,
|
||||
attn_pdrop=0,
|
||||
embd_pdrop=0,
|
||||
|
|
Loading…
Reference in New Issue