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

Remove random newlines from datasets docs #66

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Remove random newlines from datasets docs #66

merged 2 commits into from
Aug 23, 2024

Conversation

mkozakov
Copy link
Collaborator

@mkozakov mkozakov commented Aug 23, 2024

This pull request updates the file fern/pages/get-started/datasets.mdx, which contains a table describing the types of datasets supported by the Dataset API.

The following changes have been made to the table:

  • The single-label-classification-finetune-input and multi-label-classification-finetune-input types now specify that the label(s) for each text should be of type string.
  • The chat-finetune-input type has been updated to specify that the messages field should be a list of objects with role and content strings.

@mkozakov mkozakov requested a review from a team as a code owner August 23, 2024 04:35
Copy link

Copy link

Copy link
Contributor

@trentfowlercohere trentfowlercohere left a comment

Choose a reason for hiding this comment

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

Looks great!

@trentfowlercohere
Copy link
Contributor

Merging

@trentfowlercohere trentfowlercohere merged commit a5767bf into main Aug 23, 2024
1 check passed
@trentfowlercohere trentfowlercohere deleted the fix- branch August 23, 2024 13:18
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