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
b85545b0
"include/ck_tile/util.hpp" did not exist on "dd34ab6e64c3ecebe27e751a39c4472bf34b81f3"
Unverified
Commit
b85545b0
authored
Jun 21, 2023
by
Lintang Sutawika
Committed by
GitHub
Jun 21, 2023
Browse files
Update samplers.py
Use `target_delimiter`
parent
977817a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/api/samplers.py
lm_eval/api/samplers.py
+1
-1
No files found.
lm_eval/api/samplers.py
View file @
b85545b0
...
...
@@ -7,7 +7,7 @@ class Sampler:
self
.
task
=
task
self
.
config
=
task
.
_config
self
.
delimiter
=
self
.
config
.
delimiter
self
.
delimiter
=
self
.
config
.
target_
delimiter
self
.
docs
=
docs
# HF dataset split, provided by task._fewshot_docs()
if
fewshot_indices
:
# subset few-shot docs from
...
...
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