Model Parameters{% if model_name %} – {{ model_name }}{% endif %}

File: {{ model_path }} · Total params: {{ params_count }}
{% if error %} {% endif %}
{% if params_items and params_items|length > 0 %}
{% for k, v in params_items %} {% endfor %}
Key Value
{{ k }}
{{ v }}
{% else %}

No parameters found.

{% endif %}