Skip to content

Commit 17e4575

Browse files
committed
small description fix
1 parent 368b31c commit 17e4575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ paths:
12411241
description: The Hugging Face Hub repo to start training from. Should be as close as possible to the base model (specified by the `model` argument) in terms of architecture and size.
12421242
hf_model_revision:
12431243
type: string
1244-
description: The revision of the Hugging Face Hub model to continue training from. E.g., hf_model_revision=main (default) or hf_model_revision='607a30d783dfa663caf39e06633721c8d4cfcd7e' (specific commit).
1244+
description: The revision of the Hugging Face Hub model to continue training from. E.g., hf_model_revision=main (default, used if the argument is not provided) or hf_model_revision='607a30d783dfa663caf39e06633721c8d4cfcd7e' (specific commit).
12451245
hf_api_token:
12461246
type: string
12471247
description: The API token for the Hugging Face Hub.

0 commit comments

Comments
 (0)