Nanobit commited on
Commit
165907f
1 Parent(s): 28fd429

Fix(readme): Improve wording for push model

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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