{% if validations is defined %}
| Model | Profile | Retrieval Rate | Mean Rank | Created |
|---|---|---|---|---|
| {{ v.model_id }} | {{ v.profile_id or '-' }} | {{ "%.0f"|format(v.retrieval_rate * 100) }}% | {{ "%.1f"|format(v.mean_poison_rank) if v.mean_poison_rank else 'N/A' }} | {{ v.created_at }} |
No RXP validations. Run qai rxp validate --save to persist results.
Click Load to view RXP validation results and stats.
{% endif %}