Spaces:
Running
Running
bug fix
Browse files- training_pipeline.ipynb +2 -2
training_pipeline.ipynb
CHANGED
@@ -161,7 +161,7 @@
|
|
161 |
},
|
162 |
{
|
163 |
"cell_type": "code",
|
164 |
-
"execution_count":
|
165 |
"metadata": {},
|
166 |
"outputs": [
|
167 |
{
|
@@ -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\"\n",
|
212 |
")"
|
213 |
]
|
214 |
},
|
|
|
161 |
},
|
162 |
{
|
163 |
"cell_type": "code",
|
164 |
+
"execution_count": null,
|
165 |
"metadata": {},
|
166 |
"outputs": [
|
167 |
{
|
|
|
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 |
},
|