Import a Training Job from Google Colab
Last updated
Was this helpful?
Last updated
Was this helpful?
We now also allow you to import a training job directly from Google Colab to the Netmind Power platform. You can do this by following these steps:
Find your training code file on Google Colab
Modify your code by adding the NetMindMixins
library as explained in .
Share your Google Colab file with NetMind Power. In order to do this, you will need to make your code visible to "Anyone with the link" (see below)
Under "Training file", simply paste the URL link provided by Google Colab for your notebook
Fill the rest of the fields as required and submit the training job.
Follow the same steps as in the section in order to create a new training job. However, when you get to the final interface, under "Training type" you should select "Using Google Colab URL" as shown below.
If you choose to upload your own data locally, you should follow the instructions in the section and access the data from your code via training_args.data
.