Skip to content

Commit 0736c58

Browse files
author
v-chen_data
committed
smaller
1 parent 3cfcb4c commit 0736c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_full_nlp.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ def test_full_nlp_pipeline(
265265
# Updated minimal BERT configuration
266266
config = BertConfig(
267267
vocab_size=30522,
268-
hidden_size=64,
268+
hidden_size=16,
269269
num_hidden_layers=2,
270270
num_attention_heads=2,
271-
intermediate_size=256,
271+
intermediate_size=64,
272272
num_labels=3,
273273
)
274274
tiny_bert_model = BertForMaskedLM(config)

0 commit comments

Comments
 (0)