{% set repo_field = section_fields | selectattr('id', 'equalto', 'hub_model_id') | first %}
{% if repo_field %}
{% if repo_field.description %}
{{ repo_field.description }}
{% else %}
Enter your Hugging Face Hub repository identifier (namespace/model-name) or combine namespace and repository name separately.
{% endif %}
Namespaces from your Hugging Face account and organizations
Full repository:
{% set private_field = section_fields | selectattr('id', 'equalto', 'model_card_private') | first %}
{% if private_field %}