forestav commited on
Commit
5793bec
·
1 Parent(s): e16775a
Files changed (1) hide show
  1. training_pipeline.ipynb +1 -1
training_pipeline.ipynb CHANGED
@@ -208,7 +208,7 @@
208
  " evaluator=None, # Add an evaluator if needed\n",
209
  " epochs=num_epochs,\n",
210
  " warmup_steps=warmup_steps,\n",
211
- " #output_path=\"./finetuned_model\" We save the model in Hopsworks and on Hugging Face\n",
212
  ")"
213
  ]
214
  },
 
208
  " evaluator=None, # Add an evaluator if needed\n",
209
  " epochs=num_epochs,\n",
210
  " warmup_steps=warmup_steps,\n",
211
+ " output_path=\"./finetuned_model\"\n",
212
  ")"
213
  ]
214
  },