-
Notifications
You must be signed in to change notification settings - Fork 100
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 <[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. |
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 <[email protected]> * continue debugging Signed-off-by: Sarah Yurick <[email protected]> * add working example Signed-off-by: Sarah Yurick <[email protected]> * run black Signed-off-by: Sarah Yurick <[email protected]> * minor updates from main Signed-off-by: Sarah Yurick <[email protected]> * update readme, add pin Signed-off-by: Sarah Yurick <[email protected]> * test remove cython Signed-off-by: Sarah Yurick <[email protected]> * re-add cython Signed-off-by: Sarah Yurick <[email protected]> * try using setuptools_scm Signed-off-by: Sarah Yurick <[email protected]> * add fetch-depth Signed-off-by: Sarah Yurick <[email protected]> * add fetch-tags Signed-off-by: Sarah Yurick <[email protected]> * move everything to tutorials Signed-off-by: Sarah Yurick <[email protected]> * remove _init_weights Signed-off-by: Sarah Yurick <[email protected]> * remove py file and add it to ipynb Signed-off-by: Sarah Yurick <[email protected]> --------- Signed-off-by: Sarah Yurick <[email protected]> Signed-off-by: Vinay Raman <[email protected]>
* add notebook Signed-off-by: Sarah Yurick <[email protected]> * continue debugging Signed-off-by: Sarah Yurick <[email protected]> * add working example Signed-off-by: Sarah Yurick <[email protected]> * run black Signed-off-by: Sarah Yurick <[email protected]> * minor updates from main Signed-off-by: Sarah Yurick <[email protected]> * update readme, add pin Signed-off-by: Sarah Yurick <[email protected]> * test remove cython Signed-off-by: Sarah Yurick <[email protected]> * re-add cython Signed-off-by: Sarah Yurick <[email protected]> * try using setuptools_scm Signed-off-by: Sarah Yurick <[email protected]> * add fetch-depth Signed-off-by: Sarah Yurick <[email protected]> * add fetch-tags Signed-off-by: Sarah Yurick <[email protected]> * move everything to tutorials Signed-off-by: Sarah Yurick <[email protected]> * remove _init_weights Signed-off-by: Sarah Yurick <[email protected]> * remove py file and add it to ipynb Signed-off-by: Sarah Yurick <[email protected]> --------- Signed-off-by: Sarah Yurick <[email protected]> Signed-off-by: Rucha Apte <[email protected]>
Closes #70
cc @VibhuJawa