Skip to content

Add metadata about model training #21

@fmigneault

Description

@fmigneault

@jonas-hurst cloned issue crim-ca/mlm-extension#35 on 2024-09-10:

🚀 Feature Request

Add metadata to the mlm-extension that describes training results

🔉 Motivation

As a researcher and model user, I want to know about the training results of the model, so that I can properly assess the model before using it in my application.

📡 Alternatives

Put this into writing in the model output description.

📎 Additional context

Add loss and accuracy measures for both training and validation datasets, ideally per epoch.

Minimal example of training for three epochs:


"mlm:training": {

        loss_function: "CrossEntropyLoss",

        loss_training: [0.4, 0.2, 0.175],

        loss_validation: [0.45, 0.22, 0.19],

        accuracy_training: [0.6, 0.8, 0.9],

        accuracy_validation: [0.6, 0.79, 0.85]

}

Please give some feedback about other training info or metrics that could be included here.

I am happy to submit a PR if this is desirable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions