BharatSahAIyak / autotune

A comprehensive toolkit for seamless data generation and fine-tuning of NLP models, all conveniently packed into a single block.
MIT License
9 stars 5 forks source link

Model Registry #125

Open ChakshuGautam opened 2 months ago

ChakshuGautam commented 2 months ago

Clicking train button on Admi Panel

ML Pod:

Admin panel :



## Dataset service:  

-  To create dataset for models with the following for each model-botid t least : 

     -  Base Model Branch on HF - the base model which will be used to train the dataset with 
     - task_type:  classfication/NER etc 
     - model_format: onnx/pytorch - safetensors 
     - model_name (purpose for which model is getting trained ) like agri_classification in AKAI/KMAI {can be same as service_name}
     - epochs (number of epochs the model is getting trained for) 
     - args : training arguements used to fine tune the model
     - quantization: None mostly unless specified) 

- to create dataset for datasets with : 
 datasetid for each model for each bot 
ChakshuGautam commented 3 weeks ago

@suresh12 to review the Doc

GautamR-Samagra commented 3 weeks ago

Clicking train button on Admi Panel

ML Pod:

Admin panel :



## Dataset service:  

-  To create dataset for models with the following for each model-botid t least : 

     -  Base Model Branch on HF - the base model which will be used to train the dataset with 
     - task_type:  classfication/NER etc 
     - model_format: onnx/pytorch - safetensors 
     - model_name (purpose for which model is getting trained ) like agri_classification in AKAI/KMAI {can be same as service_name}
     - epochs (number of epochs the model is getting trained for) 
     - args : training arguements used to fine tune the model
     - quantization: None mostly unless specified) 

- to create dataset for datasets with : 
 datasetid for each model for each bot 
KDwevedi commented 1 week ago

Scoping Model Registry from ML Flow us lift and use directly.

Desirable Features