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:
@@ -52,9 +52,9 @@ class FlaxGPTNeoModelTester:
|
||||
use_labels=True,
|
||||
vocab_size=99,
|
||||
hidden_size=32,
|
||||
num_hidden_layers=4,
|
||||
num_hidden_layers=2,
|
||||
num_attention_heads=4,
|
||||
attention_types=[[["global", "local"], 2]],
|
||||
attention_types=[[["global", "local"], 1]],
|
||||
intermediate_size=37,
|
||||
hidden_act="gelu",
|
||||
hidden_dropout_prob=0.1,
|
||||
|
||||
@@ -54,8 +54,8 @@ class GPTNeoModelTester:
|
||||
use_mc_token_ids=True,
|
||||
vocab_size=99,
|
||||
hidden_size=32,
|
||||
num_hidden_layers=4,
|
||||
attention_types=[[["global", "local"], 2]],
|
||||
num_hidden_layers=2,
|
||||
attention_types=[[["global", "local"], 1]],
|
||||
num_attention_heads=4,
|
||||
intermediate_size=37,
|
||||
hidden_act="gelu",
|
||||
|
||||
Reference in New Issue
Block a user