Update README.md
Browse files
README.md
CHANGED
@@ -336,6 +336,8 @@ datasets:
|
|
336 |
dataset_prepared_path: data/last_run_prepared
|
337 |
# push prepared dataset to hub
|
338 |
push_dataset_to_hub: # repo path
|
|
|
|
|
339 |
# whether to use hf `use_auth_token` for loading datasets. Useful for fetching private datasets
|
340 |
# required to be true when used in combination with `push_dataset_to_hub`
|
341 |
hf_use_auth_token: # boolean
|
|
|
336 |
dataset_prepared_path: data/last_run_prepared
|
337 |
# push prepared dataset to hub
|
338 |
push_dataset_to_hub: # repo path
|
339 |
+
# push checkpoints to hub
|
340 |
+
push_to_hub_model_id: # repo path
|
341 |
# whether to use hf `use_auth_token` for loading datasets. Useful for fetching private datasets
|
342 |
# required to be true when used in combination with `push_dataset_to_hub`
|
343 |
hf_use_auth_token: # boolean
|