sergiopaniego HF Staff tengomucho HF Staff commited on
Commit
e219737
·
verified ·
1 Parent(s): 230baba

fix(typo): REPLCAE -> REPLACE (#32)

Browse files

- fix(typo): REPLCAE -> REPLACE (53d1a958bc1e53217017aea223dd4e11a71d8245)


Co-authored-by: Alvaro Moran <[email protected]>

Files changed (1) hide show
  1. bonus-unit1/bonus-unit1.ipynb +1 -1
bonus-unit1/bonus-unit1.ipynb CHANGED
@@ -707,7 +707,7 @@
707
  },
708
  "outputs": [],
709
  "source": [
710
- "username=\"Jofthomas\"# REPLCAE with your Hugging Face username\n",
711
  "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",
712
  "per_device_train_batch_size = 1\n",
713
  "per_device_eval_batch_size = 1\n",
 
707
  },
708
  "outputs": [],
709
  "source": [
710
+ "username=\"Jofthomas\"# REPLACE with your Hugging Face username\n",
711
  "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",
712
  "per_device_train_batch_size = 1\n",
713
  "per_device_eval_batch_size = 1\n",