This PR updates the README to improve the readability of the section that introduces sample code for supported models. Specifically, it changes the sentence:
"You can find sample code for all the supported models here. We provide PyTorch, PyTorch Lightning, and PyTorch Lightning distributed examples for all models to kickstart your project."
to:
"Here, you can find sample code for all the supported models. To kickstart your project, we provide PyTorch, PyTorch Lightning, and PyTorch Lightning distributed examples for all models."
Changes Made:
Rephrased the section to improve clarity and flow. Verified that the links and examples provided remain unchanged and functional. Testing:
Verified readability improvements.
Checked links for supported models to ensure they are accessible.
Checklist:
PR meets the contributing guidelines.
README improvements align with project style and language.
No functionality or code logic was altered.
Additional Notes:
If further clarification is needed, feel free to reach out. Thank you for reviewing this PR!
Description
This PR updates the README to improve the readability of the section that introduces sample code for supported models. Specifically, it changes the sentence:
"You can find sample code for all the supported models here. We provide PyTorch, PyTorch Lightning, and PyTorch Lightning distributed examples for all models to kickstart your project."
to:
"Here, you can find sample code for all the supported models. To kickstart your project, we provide PyTorch, PyTorch Lightning, and PyTorch Lightning distributed examples for all models."
Changes Made:
Rephrased the section to improve clarity and flow. Verified that the links and examples provided remain unchanged and functional. Testing:
Verified readability improvements. Checked links for supported models to ensure they are accessible. Checklist:
PR meets the contributing guidelines. README improvements align with project style and language. No functionality or code logic was altered.
Additional Notes:
If further clarification is needed, feel free to reach out. Thank you for reviewing this PR!