OpenPecha / Requests

RFWs and RFCs for all OpenPecha repositories
0 stars 0 forks source link

RFC0112: Tracking STT and TTS models and creating documentation #452

Open spsither opened 4 months ago

spsither commented 4 months ago

RFC0112: Tracking STT and TTS models and creating documentation

Named Concepts

hyperparameter: A hyperparameter is a machine learning parameter that is chosen before a learning algorithm is trained. Hyperparameters are used to improve the learning of a model. They control how the model is trained and determine the values of model parameters that a learning algorithm ends up learning

Summary

Tracking the model version and its hyperparameter and documenting hyperparameter tuning and experiments Documentation is for both Technical/Non-Technical

Dependencies

Infrastructures

Justification

Every model training run is an expensive and time-consuming endeavor. Documenting the history of every training run is crucial to keeping track of the hyperparameter that proved successful and the configurations to use when training.

Implementation Steps

Reviewed By

spsither