{% for dependency in bootstrap_js_dependencies %} {% endfor %}

{{title}}

{{subtitle}}

Model Version {{model_version_not_blessed}}Blessed !
{% if model_version_not_blessed %} Last blessed run : v{{ previous_blessed_version_label }} i {{ previous_blessed_commit_datetime.strftime("%Y-%m-%d %H:%M:%S UTC") }} [HuggingFace 🤗] {% if previous_blessed_run_id is not none %} - run_id {{previous_blessed_run_id}} [here] {% endif %} {% endif %} {% if local_serve_status is not none %}

Model Version {{local_serve_status}} Infra Validation !
{% if local_serve_reason is not none %}
{{local_serve_reason}}
{% endif %}

{% endif %}
{{ main_dataset_repo_id }} - commit {{ main_dataset_commit_hash[:7] }} i {{ main_dataset_commit_datetime.strftime("%Y-%m-%d %H:%M:%S UTC") }} [HuggingFace 🤗] - {{records_count}} records :
{{data_schema_table}}
section top ↑

Training artifacts :

training dataset : {{ dataset_repo_id }} v{{ dataset_version_label }} i {{ dataset_commit_datetime.strftime("%Y-%m-%d %H:%M:%S UTC") }} [HuggingFace 🤗]
Data-augmentation rate : +{{ (dataset_augmentation_rate * 100)|round(1) ~ '%' }}, Data-enrichment rate : +{{ (dataset_enrichment_rate * 100)|round(1) ~ '%' }}
model version : {{ model_repo_id }} v{{ model_version_label }} i {{ model_commit_datetime.strftime("%Y-%m-%d %H:%M:%S UTC") }} [HuggingFace 🤗]

Training & validation plots :


Input parameters :

base model :

{{base_model_repo_id}} {% if base_model_version_label is not none %} v{{ base_model_version_label }} i {{ base_model_commit_datetime.strftime("%Y-%m-%d %H:%M:%S UTC") }} {% else %} ({{ base_model_commit_datetime.strftime("%Y-%m-%d %H:%M:%S UTC") }}) {% endif %} [HuggingFace 🤗]

training conditions :

{{pipeline_parameters_table}}

Performance metrics :

Overall

{{metrics_table}}
section top ↑

Training artifacts :

# dataset version metadata
{{task_obj_python_cmd}}['dataset_commit_dict'].data

# model version metadata
{{task_obj_python_cmd}}['model_commit_dict'].data


Validation inference recordset :

{{task_obj_python_cmd}}['validation_results'].data



section top ↑

{{dag_svg}}
section top ↑