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:
@@ -105,7 +105,7 @@ class SpeechT5ModelTester:
|
||||
is_training=False,
|
||||
vocab_size=81,
|
||||
hidden_size=24,
|
||||
num_hidden_layers=4,
|
||||
num_hidden_layers=2,
|
||||
num_attention_heads=2,
|
||||
intermediate_size=4,
|
||||
):
|
||||
@@ -249,7 +249,7 @@ class SpeechT5ForSpeechToTextTester:
|
||||
decoder_seq_length=7,
|
||||
is_training=False,
|
||||
hidden_size=24,
|
||||
num_hidden_layers=4,
|
||||
num_hidden_layers=2,
|
||||
num_attention_heads=2,
|
||||
intermediate_size=4,
|
||||
conv_dim=(32, 32, 32),
|
||||
@@ -786,7 +786,7 @@ class SpeechT5ForTextToSpeechTester:
|
||||
decoder_seq_length=1024, # speech is longer
|
||||
is_training=False,
|
||||
hidden_size=24,
|
||||
num_hidden_layers=4,
|
||||
num_hidden_layers=2,
|
||||
num_attention_heads=2,
|
||||
intermediate_size=4,
|
||||
vocab_size=81,
|
||||
@@ -1031,7 +1031,7 @@ class SpeechT5ForSpeechToSpeechTester:
|
||||
decoder_seq_length=1024,
|
||||
is_training=False,
|
||||
hidden_size=24,
|
||||
num_hidden_layers=4,
|
||||
num_hidden_layers=2,
|
||||
num_attention_heads=2,
|
||||
intermediate_size=4,
|
||||
conv_dim=(32, 32, 32),
|
||||
|
||||
Reference in New Issue
Block a user