tengomucho HF staff commited on
Commit
53d1a95
·
verified ·
1 Parent(s): 478d83b

fix(typo): REPLCAE -> REPLACE

Browse files
Files changed (1) hide show
  1. bonus-unit1/bonus-unit1.ipynb +1 -1
bonus-unit1/bonus-unit1.ipynb CHANGED
@@ -702,7 +702,7 @@
702
  },
703
  "outputs": [],
704
  "source": [
705
- "username=\"Jofthomas\"# REPLCAE 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",
 
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",