-
Notifications
You must be signed in to change notification settings - Fork 538
Add trackio experiment tracking and visualization directly within the gpt-oss-(20B)-Fine-tuning notebook
#110
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
base: main
Are you sure you want to change the base?
Conversation
trackio experiment tracking and visualization directly within the gpt-oss-(20B)-Fine-tuning notebook
|
hello i've just added this to the unsloth official container image if you're interested. |
|
Thanks @rolandtannous! I checked out the official unsloth container image: and looked through the notebooks. I didn't see the reporting to trackio:
Am I missing something? |
|
trackio has been added to the packages, so it's readily available to import, just like wandb and tensorboard but it's up to the user to set it up in the notebook. I don't think we'll be standardizing that :). More like leaving it up to the user based on their preferences. |
This reverts commit f3684d0.
Added installation of trackio package.
Added environment variable settings for Trackio dashboard customization.
Updated package installation commands and removed environment variable settings.

This PR adds
trackioexperiment tracking and visualization directly to thegpt-oss-(20B)-Fine-tuningnotebook. This is useful as it lets users track and visualize key metrics locally:I started with the
gpt-oss-(20B)-Fine-tuningnotebook as Trackio is also included in the openai cookbook recipe for finetuning gpt-oss, but the same 2-line change should work for most of the Unsloth AI notebooks!This notebook demonstrates the integration: https://colab.research.google.com/github/unslothai/notebooks/blob/94c0f86341c34fe669e253ce0635f30794156043/nb/gpt-oss-(20B)-Fine-tuning.ipynb
And here is Trackio's documentation: https://huggingface.co/docs/trackio/en/index