-
Notifications
You must be signed in to change notification settings - Fork 48
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
docs: Add documentation for data preprocessor release #423
docs: Add documentation for data preprocessor release #423
Conversation
Thanks for making a pull request! 😃 |
Signed-off-by: Dushyant Behl <[email protected]>
Signed-off-by: Dushyant Behl <[email protected]>
f540b63
to
615ed74
Compare
Signed-off-by: Will Johnson <[email protected]>
Signed-off-by: Will Johnson <[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 Dushyant for the PR. Just reviewed the file README.md
for the first pass. The changes look good to me, with just small suggestions. These are optional inputs from my side. Feel free to cherry pick @dushyantbehl.
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 @willmj for adding the documentation content. Few optional suggestions in docs/advanced-data-preprocessing.md
from my side. @dushyantbehl Feel free to modify my suggestions too.
docs/advanced-data-preprocessing.md
Outdated
|
||
User can pass builder in `DataSetConfig` to mention the specific loader for the passed `file/folder/pattern`. | ||
We support the following, | ||
- Requested @Abhishek-TAMU to add the supported configuration here. |
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.
@Abhishek-TAMU can you add the details here
Signed-off-by: Dushyant Behl <[email protected]>
ec02dd4
to
d118ab6
Compare
Co-authored-by: Ashok Pon Kumar <[email protected]> Signed-off-by: Dushyant Behl <[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.
Do we support txt
format and packing for pre-training?
|
Signed-off-by: Abhishek <[email protected]>
Description of the change
Related issue number
How to verify the PR
Was the PR tested