-
Notifications
You must be signed in to change notification settings - Fork 505
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 experiment tracking integration to text, image classification & LLM finetuning #301
Conversation
Adding wandb integration to text classification, image classification & lm finetuning
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 PR. Eventually, multiple logging should be supported. Currently, we already have tensorboard. In order to get this PR merged, we need to change how the API works. The CLI should have a --log
argument which can take inputs like tensorboard
and wandb
. --log wandb
should log to wandb and so on. if nothing is provided, no logging. please let me know if the requirements are unclear
The requirements are clear. I am working to make the required changes. |
add integration for all trackers
@abhishekkrthakur Made the changes you requested and successfully integrated all experiment trackers like "azure_ml", "clearml", "codecarbon", "comet_ml", "dagshub", "flyte", "mlflow", "neptune", "tensorboard", and "wandb" with LLM Finetuning, text & image classification via the |
Please also run: |
The documentation is not available anymore as the PR was closed or merged. |
remove changes from deprecated files
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
Worked with @soumik12345 from WandB team to successfully integrate WandB with LLM Finetuning, text & image classification. Tests are passing. Here is a notebook I used to test: https://colab.research.google.com/drive/1m0KZzcCuKRn3Rkff32XTvdIfD45hK2Va?usp=sharing