-
Notifications
You must be signed in to change notification settings - Fork 108
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 notebook to show Fineweb ensemble #536
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Vibhu Jawa <[email protected]>
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 the quick turnaround!
tutorials/distributed_data_classification/fineweb-edu-ensebmle-classification.ipynb
Outdated
Show resolved
Hide resolved
tutorials/distributed_data_classification/fineweb-edu-ensebmle-classification.ipynb
Outdated
Show resolved
Hide resolved
tutorials/distributed_data_classification/fineweb-edu-ensebmle-classification.ipynb
Outdated
Show resolved
Hide resolved
"id": "9cf526dd-363f-4199-bb9d-2ea9b8897fae", | ||
"metadata": {}, | ||
"source": [ | ||
"# Step 4: Compute the Final Ensembled Score\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.
So a higher score is better, right? 19 is the best possible score?
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.
Yeah, So its a percentile based score going from 0 to 19
for each 5 percentile points. 19 being the best.
…-classification.ipynb Co-authored-by: Sarah Yurick <[email protected]> Signed-off-by: Vibhu Jawa <[email protected]>
…-classification.ipynb Co-authored-by: Sarah Yurick <[email protected]> Signed-off-by: Vibhu Jawa <[email protected]>
…-classification.ipynb Co-authored-by: Sarah Yurick <[email protected]> Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
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.
Looks good overall, just a few small comments.
tutorials/distributed_data_classification/fineweb-edu-ensebmle-classification.ipynb
Show resolved
Hide resolved
tutorials/distributed_data_classification/fineweb-edu-ensebmle-classification.ipynb
Show resolved
Hide resolved
Signed-off-by: Vibhu Jawa <[email protected]>
Signed-off-by: Vibhu Jawa <[email protected]>
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.
Nit: Fix typo in file name fineweb-edu-ensebmle-classification.ipynb
-> `fineweb-edu-ensemble-classification.ipynb
Description
This PR adds a notebook provides an end-to-end workflow for ensembling multiple edu classifiers, including:
I am currently just show casing this using existing EDU classifier multiple times, but we will change that once #518 lands