Skip to content

Commit ec09205

Browse files
Update test/utils/parameters.py
Co-authored-by: Ariel Schulz <43442541+ArBridgeman@users.noreply.github.com>
1 parent 83641aa commit ec09205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_illegal_tiny_model_specs():
4747
model_params = ModelParams(
4848
fill_model_specs=ModelSpecification(
4949
"bert-base-uncased", "fill-mask"
50-
), # todo if this fixed the test, someting goes wrong with the underscores
50+
), # todo if this fixed the test, something goes wrong with the underscores
5151
seq2seq_model_specs=ModelSpecification("t5-small", "translation"),
5252
q_a_model_specs=ModelSpecification(
5353
"deepset/tinybert-6l-768d-squad2", "question-answering"

0 commit comments

Comments
 (0)