We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0c1c2 commit 5370e26Copy full SHA for 5370e26
tests/models/test_decoders.py
@@ -100,7 +100,7 @@
100
if isinstance(common_max_new_tokens, str):
101
common_max_new_tokens = [int(mnt) for mnt in common_max_new_tokens.split(",")]
102
103
-# pass metrics to skip as a comma separated list (ce, mean_diff)
+# pass metrics to skip as a comma separated list (ce,mean_diff)
104
if isinstance(skip_assertions, str):
105
_skip_assertions = []
106
for metric in skip_assertions.split(","):
0 commit comments