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

[Transformers] Allow for model-less dataset creation #1544

Merged
merged 3 commits into from
May 2, 2023
Merged

Conversation

KSGulin
Copy link
Contributor

@KSGulin KSGulin commented May 2, 2023

Currently, a pytorch model is required to create a text-classification or token-classification dataset. This PR removes the requirement and allows instead a config to be used directly.

Test plan
Local testing with DeepSparse deployment folder

@KSGulin KSGulin requested review from rahul-tuli and a team May 2, 2023 10:47
@KSGulin KSGulin self-assigned this May 2, 2023
@KSGulin KSGulin requested review from markurtz and DaltheCow and removed request for a team May 2, 2023 10:47
Copy link
Contributor

@bfineran bfineran left a comment

Choose a reason for hiding this comment

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

LGTM pending @rahul-tuli's coment

Co-authored-by: Rahul Tuli <rahul@neuralmagic.com>
Copy link
Member

@rahul-tuli rahul-tuli left a comment

Choose a reason for hiding this comment

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

Gucci!

@KSGulin KSGulin merged commit 78db9e5 into main May 2, 2023
@KSGulin KSGulin deleted the hf_export_update branch May 2, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants