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

Orca chat Dataloader #3583

Merged
merged 5 commits into from Jul 19, 2023
Merged

Orca chat Dataloader #3583

merged 5 commits into from Jul 19, 2023

Conversation

shahules786
Copy link
Collaborator

What

Added support for loading https://huggingface.co/datasets/shahules786/orca-chat

Why

This dataset contains samples of larger context length (~8k+) that will be used to fine-tune OA models using the scaled Rope method.

How

Added Dataloader module


def get_formatted(
self,
eos_token: str,
use_system_tag: bool = False,
system_property_dropout: float = 0.5,
system_add_length: bool = False,
system_message: str = "",
Copy link
Collaborator

Choose a reason for hiding this comment

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

this line can be removed

Copy link
Collaborator

@andreaskoepf andreaskoepf left a comment

Choose a reason for hiding this comment

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

super cool, thanks!

@andreaskoepf andreaskoepf merged commit 1a1ceb3 into LAION-AI:main Jul 19, 2023
1 check passed
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.

None yet

2 participants