Fixed a minor typo
Browse filesREPLCAE iS changed to REPLACE
bonus-unit1/bonus-unit1.ipynb
CHANGED
@@ -702,7 +702,7 @@
|
|
702 |
},
|
703 |
"outputs": [],
|
704 |
"source": [
|
705 |
-
"username=\"Jofthomas\"#
|
706 |
"output_dir = \"gemma-2-2B-it-thinking-function_calling-V0\" # The directory where the trained model checkpoints, logs, and other artifacts will be saved. It will also be the default name of the model when pushed to the hub if not redefined later.\n",
|
707 |
"per_device_train_batch_size = 1\n",
|
708 |
"per_device_eval_batch_size = 1\n",
|
|
|
702 |
},
|
703 |
"outputs": [],
|
704 |
"source": [
|
705 |
+
"username=\"Jofthomas\"# REPLACE with your Hugging Face username\n",
|
706 |
"output_dir = \"gemma-2-2B-it-thinking-function_calling-V0\" # The directory where the trained model checkpoints, logs, and other artifacts will be saved. It will also be the default name of the model when pushed to the hub if not redefined later.\n",
|
707 |
"per_device_train_batch_size = 1\n",
|
708 |
"per_device_eval_batch_size = 1\n",
|