Skip to content

Commit

Permalink
update model name.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibing624 committed Jun 7, 2023
1 parent 90a7fa6 commit ac4e0d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion notebook/run_pretraining.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
" metadata={\"help\": \"Model type selected in the list: \" + \", \".join(MODEL_CLASSES.keys())}\n",
" )\n",
" model_name_or_path: Optional[str] = field(\n",
" default=\"../../../models/bigscience/bloomz-560m\",\n",
" default=\"bigscience/bloomz-560m\",\n",
" metadata={\n",
" \"help\": (\n",
" \"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch.\"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebook/run_reward_modeling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
" metadata={\"help\": \"Model type selected in the list: \" + \", \".join(MODEL_CLASSES.keys())}\n",
" )\n",
" model_name_or_path: Optional[str] = field(\n",
" default=\"../../../models/bigscience/bloomz-560m\",\n",
" default=\"bigscience/bloomz-560m\",\n",
" metadata={\n",
" \"help\": (\n",
" \"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch.\"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebook/run_supervised_finetuning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
" metadata={\"help\": \"Model type selected in the list: \" + \", \".join(MODEL_CLASSES.keys())}\n",
" )\n",
" model_name_or_path: Optional[str] = field(\n",
" default=\"../../../models/bigscience/bloomz-560m\",\n",
" default=\"bigscience/bloomz-560m\",\n",
" metadata={\n",
" \"help\": (\n",
" \"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch.\"\n",
Expand Down

0 comments on commit ac4e0d3

Please sign in to comment.