Skip to content

[QEff. Finetune] Updated handling of custom dataset in FT. Updated finetune.md readme file. #520

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

quic-meetkuma
Copy link
Contributor

No description provided.

@quic-meetkuma quic-meetkuma changed the title Updated handling of custom dataset in FT. Updated finetune.md readme file. [QEff. Finetune] Updated handling of custom dataset in FT. Updated finetune.md readme file. Jul 24, 2025
@quic-meetkuma quic-meetkuma marked this pull request as ready for review July 24, 2025 08:00
# Only collect the samples for a given style.
available_styles = set(dataset["category"])
if disc_style not in available_styles:
raise RuntimeError(f"For DiSC dataset the provided disc_stype '{disc_style}' is not supported.")
Copy link
Contributor

Choose a reason for hiding this comment

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

A small typo here, "disc_stype" should be "disc_style"

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