Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
febd19d8
Unverified
Commit
febd19d8
authored
Mar 28, 2025
by
wackey
Committed by
GitHub
Mar 27, 2025
Browse files
Fix typo in longbench metrics (#2854)
parent
908ac2b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/tasks/longbench/metrics.py
lm_eval/tasks/longbench/metrics.py
+1
-1
No files found.
lm_eval/tasks/longbench/metrics.py
View file @
febd19d8
...
...
@@ -30,7 +30,7 @@ try:
from
rouge
import
Rouge
except
ImportError
:
raise
ImportError
(
'Please install the required dependencies for this task with `pip install lm_eval["longbench"] or `pip install j
e
iba fuzzywuzzy rouge`'
'Please install the required dependencies for this task with `pip install lm_eval["longbench"] or `pip install ji
e
ba fuzzywuzzy rouge`'
)
# taken from https://github.com/THUDM/LongBench
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment