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
07ba1e68
Commit
07ba1e68
authored
May 11, 2022
by
jon-tow
Browse files
Format evaluator
parent
f81db68e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lm_eval/evaluator.py
lm_eval/evaluator.py
+1
-0
No files found.
lm_eval/evaluator.py
View file @
07ba1e68
...
@@ -226,6 +226,7 @@ def evaluate(
...
@@ -226,6 +226,7 @@ def evaluate(
# Compare all tasks/sets at once to ensure a single training set scan
# Compare all tasks/sets at once to ensure a single training set scan
if
decontaminate
:
if
decontaminate
:
from
lm_eval.decontamination.decontaminate
import
get_train_overlap
from
lm_eval.decontamination.decontaminate
import
get_train_overlap
print
(
"Finding train/test overlap, please wait..."
)
print
(
"Finding train/test overlap, please wait..."
)
overlaps
=
get_train_overlap
(
overlaps
=
get_train_overlap
(
docs_for_decontamination
,
decontamination_ngrams_path
,
limit
docs_for_decontamination
,
decontamination_ngrams_path
,
limit
...
...
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