We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83641aa commit ec09205Copy full SHA for ec09205
1 file changed
test/utils/parameters.py
@@ -47,7 +47,7 @@ def create_illegal_tiny_model_specs():
47
model_params = ModelParams(
48
fill_model_specs=ModelSpecification(
49
"bert-base-uncased", "fill-mask"
50
- ), # todo if this fixed the test, someting goes wrong with the underscores
+ ), # todo if this fixed the test, something goes wrong with the underscores
51
seq2seq_model_specs=ModelSpecification("t5-small", "translation"),
52
q_a_model_specs=ModelSpecification(
53
"deepset/tinybert-6l-768d-squad2", "question-answering"
0 commit comments