diff --git a/Train_Colab.ipynb b/Train_Colab.ipynb index 5a24e4e..5b0d0e6 100644 --- a/Train_Colab.ipynb +++ b/Train_Colab.ipynb @@ -33,6 +33,7 @@ "outputs": [], "source": [ "#@title # Install python 3.10 \n", + "#@markdown # This will show a runtime error, its ok, its on purpose to restart the kernel to update python.\n", "import os\n", "from IPython.display import clear_output\n", "!wget https://github.com/korakot/kora/releases/download/v0.10/py310.sh\n", @@ -323,9 +324,9 @@ "#@markdown Use the steps_between_samples to set how often the samples are generated.\n", "Steps_between_samples = 300 #@param{type:\"integer\"}\n", "\n", - "#@markdown *Weights and biases token. \n", + "#@markdown *Weights and Biases logging token. \n", "\n", - "# #@markdown Paste your token here if you have an account so you can use it to track your training progress. If you don't have an account, you can create one for free at https://wandb.ai/site. Log will use your project name from above.\n", + "# #@markdown Paste your token here if you have an account so you can use it to track your training progress. If you don't have an account, you can create one for free at https://wandb.ai/site. Log will use your project name from above. This is a free online logging utility.\n", "wandb_token = '' #@param{type:\"string\"}\n", "\n", "#@markdown * That's it! Run the cell!\n",