"include/ck_tile/util.hpp" did not exist on "dd34ab6e64c3ecebe27e751a39c4472bf34b81f3"
Unverified Commit b85545b0 authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Update samplers.py

Use `target_delimiter`
parent 977817a0
......@@ -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
......
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