{% extends "base.html" %} {% block title %}{{ model.model_name }} v{{ model.version }} — Fine-Tuning — ICDEV™ Dashboard{% endblock %} {% block content %}
{{ model.ollama_model_name|default('--') }}{{ model.adapter_hash[:16]|default('--') }}| Type | Test Set | BLEU | ROUGE-L | Perplexity | Pass? | Comparison | Date |
|---|---|---|---|---|---|---|---|
| {{ ev.eval_type }} | {{ ev.test_set_size }} examples | {{ "%.3f"|format(ev.bleu_score) }} | {{ "%.3f"|format(ev.rouge_l_score) }} | {{ "%.1f"|format(ev.perplexity) }} | {% if ev.pass_threshold %} PASS {% else %} FAIL {% endif %} | {{ ev.comparison_model|default('--') }} | {{ ev.evaluated_at }} |
| No evaluations yet. | |||||||
| Action | Function | Previous | Reason | Actor | Date |
|---|---|---|---|---|---|
| {% if 'promoted' in p.action %} {{ p.action }} {% else %} {{ p.action }} {% endif %} | {{ p.function_name }} |
{{ p.previous_model|default('--') }} | {{ p.reason|default('--') }} | {{ p.actor|default('--') }} | {{ p.created_at }} |
| No promotion events. | |||||