-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Tune] Transformer blog example #9789
[Tune] Transformer blog example #9789
Conversation
Can one of the admins verify this patch? |
python/ray/tune/examples/README.rst
Outdated
@@ -52,6 +52,11 @@ LightGBM Example | |||
|
|||
- `lightgbm_example <https://github.com/ray-project/ray/blob/master/python/ray/tune/examples/lightgbm_example.py>`__: Trains a basic LightGBM model with Tune with the function-based API and a LightGBM callback. | |||
|
|||
:hugging_face: Transformers Example |
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.
does this actually work? interesting
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.
I got it working for the sphinx docs but cant figure out how to do it for Github rst
Test FAILed. |
Test FAILed. |
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.
Code looks awesome. Can you add a README.rst in pbt_transformers/
so that users can know how to run things and such?
Test FAILed. |
Test FAILed. |
Test FAILed. |
…-transformer-blog-example
Test FAILed. |
…-transformer-blog-example
Test FAILed. |
os.mkdir(data_dir, 0o755) | ||
|
||
# Change these as needed. | ||
model_name = "bert-base-uncased" |
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.
for smoke-test can we actually use a super tiny model?
…-transformer-blog-example
Test FAILed. |
Test FAILed. |
Test FAILed. |
Co-authored-by: Kai Fricke <kai@anyscale.com>
Why are these changes needed?
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.