Fix(readme): Improve wording for push model
Browse files
README.md
CHANGED
@@ -356,7 +356,7 @@ dataset_prepared_path: data/last_run_prepared
|
|
356 |
# push prepared dataset to hub
|
357 |
push_dataset_to_hub: # repo path
|
358 |
# push checkpoints to hub
|
359 |
-
hub_model_id: # repo path
|
360 |
# whether to use hf `use_auth_token` for loading datasets. Useful for fetching private datasets
|
361 |
# required to be true when used in combination with `push_dataset_to_hub`
|
362 |
hf_use_auth_token: # boolean
|
|
|
356 |
# push prepared dataset to hub
|
357 |
push_dataset_to_hub: # repo path
|
358 |
# push checkpoints to hub
|
359 |
+
hub_model_id: # repo path to push finetuned model
|
360 |
# whether to use hf `use_auth_token` for loading datasets. Useful for fetching private datasets
|
361 |
# required to be true when used in combination with `push_dataset_to_hub`
|
362 |
hf_use_auth_token: # boolean
|