Skip to content

Commit

Permalink
smol vocab size
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Nov 30, 2024
1 parent f2317ce commit f1fbfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_full_nlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_full_nlp_pipeline(
algorithms = [algorithm() for algorithm in algorithms]
device = get_device(device)
config = None
small_vocab_size = 1024
small_vocab_size = 2048
tokenizer = BertTokenizerFast.from_pretrained('bert-base-uncased', model_max_length=128)
if model_type == 'tinybert_hf':
# Updated minimal BERT configuration
Expand Down

0 comments on commit f1fbfbf

Please sign in to comment.