Skip to content

Commit

Permalink
Update tutorial.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
yonishelach authored Jul 6, 2023
1 parent 1cc8f48 commit 3a48f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"workflow_run = project.run(\n",
" name=\"training_workflow\",\n",
" arguments={\n",
" \"html_links\": 'https://www.iguazio.com/blog/',\n",
" \"html_links\": "data/html_urls.txt",\n",
" \"model_name\": \"gpt2-medium-mlrun\",\n",
" \"pretrained_tokenizer\": model_name,\n",
" \"pretrained_model\": model_name,\n",
Expand Down

0 comments on commit 3a48f60

Please sign in to comment.