Skip to content
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

Add docs for multilabel classification #411

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Conversation

Tyrest
Copy link
Contributor

@Tyrest Tyrest commented Jun 29, 2023

No description provided.

Copy link
Contributor

@DhruvaBansal00 DhruvaBansal00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

},
"prompt": {
"task_guidelines": "You are an expert at classifying tweets as neutral or one or more of the given emotions that best represent the mental state of the poster.\nYour job is to correctly label the provided input example into one or more of the following categories:\n{labels}",
"output_guidelines": "You will return the answer as a comma separated list of labels sorted in alphabetical order. For example: \"label1, label2, label3\"",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we still separating the multiple labels by commas or semi-colon?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

semi-colon is the default but here I used commas and specified it in the config

@Tyrest Tyrest merged commit dc6df3c into main Jun 30, 2023
3 checks passed
@Tyrest Tyrest deleted the multilabel-classification-docs branch June 30, 2023 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants