Skip to content

Commit

Permalink
Update prompt_loading.py
Browse files Browse the repository at this point in the history
Remove print label
  • Loading branch information
lauritowal authored Mar 28, 2023
1 parent d2c66b0 commit 9186326
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elk/extraction/prompt_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def _convert_to_prompts(
fewshot_iter: Optional[Iterator[list[dict]]] = None,
) -> dict[str, Any]:
"""Prompt-generating function to pass to `IterableDataset.map`."""
print(f"label: {example[label_column]}")
prompts = []
templates = list(prompter.templates.values())
if num_variants < len(templates):
Expand Down

0 comments on commit 9186326

Please sign in to comment.