-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve doc for task_description to highlight its importance to synthetic data generation #1083
Conversation
Signed-off-by: Sudheesh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have proposed a wording update/improvement.
@@ -55,7 +55,7 @@ Your skills contribution pull requests must include the following: | |||
|
|||
Taxonomy skill files must be a valid [YAML](https://yaml.org/) file named `qna.yaml`. Each `qna.yaml` files contains a set of key/value entries with the following keys: | |||
|
|||
- `task_description`: A description of the skill. **Required** | |||
- `task_description`: A description of the skill. This information is very critical and should be accurate. You should be able to mention `precise` to get precise generated data **Required** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `task_description`: A description of the skill. This information is very critical and should be accurate. You should be able to mention `precise` to get precise generated data **Required** | |
- `task_description`: A description of the skill. | |
This description is included in the prompt to the teacher model for generating the synthetic data. | |
So you should make sure to use an accurate and sufficiently detailed description to guide the teacher model. | |
The description can include instructions such as being precise or using brief answers. **Required** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skairali Can you also look to make sure that task_description under knowledge is also updated to match this?
FYI @kelbrown20 |
This pull request has been automatically marked as stale because it has not had activity within 15 days. It will be automatically closed if no further activity occurs within 31 days. |
This is no longer valid. |
This change is to make sure that the importance of task_description is explicitly mentioned in the README
Removed the checklist which is not relevant for this change