Unverified Commit febd19d8 authored by wackey's avatar wackey Committed by GitHub
Browse files

Fix typo in longbench metrics (#2854)

parent 908ac2b2
......@@ -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 jeiba fuzzywuzzy rouge`'
'Please install the required dependencies for this task with `pip install lm_eval["longbench"] or `pip install jieba fuzzywuzzy rouge`'
)
# taken from https://github.com/THUDM/LongBench
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment