-
Notifications
You must be signed in to change notification settings - Fork 83
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
Conversation
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
tutorials/distributed_data_classification/multiple_quality_models.ipynb
Outdated
Show resolved
Hide resolved
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
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 <sarahyurick@gmail.com>
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 <sarahyurick@gmail.com>
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
…o-Curator into quality_ensemble
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
@VibhuJawa thanks for your comments! I think I have addressed everything. |
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
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.
Thanks for pushing on this @sarahyurick , this tutorial looks great to me.
Its good to merge from my end
* add notebook Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * continue debugging Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * add working example Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * run black Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * minor updates from main Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * update readme, add pin Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * test remove cython Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * re-add cython Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * try using setuptools_scm Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * add fetch-depth Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * add fetch-tags Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * move everything to tutorials Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * remove _init_weights Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> * remove py file and add it to ipynb Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> --------- Signed-off-by: Sarah Yurick <sarahyurick@gmail.com> Signed-off-by: Vinay Raman <viraman@nvidia.com>
Closes #70
cc @VibhuJawa