{% extends 'base.html' %} {% load l10n %} {% block title %}Inference - PRISMĪ{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
| Index | Activation | Label |
|---|---|---|
| #{{ feat.index }} |
{% with width_val=feat.activation_pct|stringformat:".1f" %}
{% endwith %}
|
{% if feat.label %}
{{ feat.label }}
{% if feat.description %}
{{ feat.description }}
{% endif %}
{% else %}
Not interpreted
{% endif %}
|
No active features found for this input.
Select a run and enter text to see active features.