-
Notifications
You must be signed in to change notification settings - Fork 81
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 Multiple Model Classification example #173
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Sarah Yurick <[email protected]>
tutorials/distributed_data_classification/multiple_quality_models.ipynb
Outdated
Show resolved
Hide resolved
Signed-off-by: Sarah Yurick <[email protected]>
tutorials/distributed_data_classification/multiple_quality_models.ipynb
Outdated
Show resolved
Hide resolved
"classifier_0 = QualityClassifier(\n", | ||
" model_path=quality_model_path,\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
model_path
has been removed since this PR was opened. See https://github.com/sarahyurick/NeMo-Curator/blob/quality_ensemble/nemo_curator/modules/distributed_data_classifier.py for the original QualityClassifier implementation.
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
Hi @VibhuJawa this is ready for review. Just depends on rapidsai/crossfit#99. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The notebook looks like a great example to me, we should just probably keep this as a tutorial for folks to follow for now.
Thanks for working on this again @sarahyurick
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
…o-Curator into quality_ensemble
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
@VibhuJawa thanks for your comments! I think I have addressed everything. |
Closes #70
cc @VibhuJawa