We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a48cf2 commit 2378abdCopy full SHA for 2378abd
src/huggingface_hub/hf_api.py
@@ -278,7 +278,7 @@ class ModelSearchArguments(AttributeDictionary):
278
models currently hosted in the Hub with tab-completion.
279
If a value starts with a number, it will only exist in the dictionary
280
Example:
281
- >>> args = ModelSearchArgs()
+ >>> args = ModelSearchArguments()
282
>>> args.author_or_organization.huggingface
283
>>> args.language.en
284
"""
0 commit comments