From 165907fddbec4d15bee357ade36c0ab46151e73f Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 21 Jul 2023 11:28:35 +0900 Subject: [PATCH] Fix(readme): Improve wording for push model --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dbc07f77..2e94d3230 100644 --- a/README.md +++ b/README.md @@ -356,7 +356,7 @@ dataset_prepared_path: data/last_run_prepared # push prepared dataset to hub push_dataset_to_hub: # repo path # push checkpoints to hub -hub_model_id: # repo path +hub_model_id: # repo path to push finetuned model # whether to use hf `use_auth_token` for loading datasets. Useful for fetching private datasets # required to be true when used in combination with `push_dataset_to_hub` hf_use_auth_token: # boolean