Skip to content

Commit

Permalink
criteria for query generation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioct committed Jan 18, 2024
1 parent 250cbee commit 0b761b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/distilabel/tasks/text_generation/self_instruct.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class SelfInstructTask(TextGenerationTask):
application_description: str = "AI assistant"
num_instructions: int = 5

criteria_for_query_generation = (
"Incorporate a diverse range of verbs, avoiding repetition.\n"
"Ensure queries are compatible with AI model's text generation functions and are limited to 1-2 sentences.\n"
"Design queries to be self-contained and standalone.\n"
Expand Down

0 comments on commit 0b761b5

Please sign in to comment.