CI with num_hidden_layers=2 🚀🚀🚀 (#25266)
* CI with layers=2 --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -71,7 +71,7 @@ class Pix2StructVisionModelTester:
|
||||
patch_embed_hidden_size=12,
|
||||
projection_dim=32,
|
||||
max_patches=64,
|
||||
num_hidden_layers=5,
|
||||
num_hidden_layers=2,
|
||||
num_attention_heads=4,
|
||||
intermediate_size=37,
|
||||
dropout=0.1,
|
||||
@@ -230,7 +230,7 @@ class Pix2StructTextModelTester:
|
||||
vocab_size=99,
|
||||
hidden_size=12,
|
||||
projection_dim=32,
|
||||
num_hidden_layers=5,
|
||||
num_hidden_layers=2,
|
||||
num_attention_heads=4,
|
||||
intermediate_size=37,
|
||||
dropout=0.1,
|
||||
|
||||
Reference in New Issue
Block a user