Skip to content

shoki5090/quick-model-eval-hf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-model-eval-hf

under development

This is a streamlit dashboard which user can use HF (Huggingface) model and HF Dataset to perform simple Machine Learning tasks. Users can also upload pt model zip folder generated by Huggingface and/ or upload dataset to perform tasks.

As for current version, there is only support for Sentiment Classification, and only supports 0 and 1 for label.

How to run - Example: in bash

streamlit run app.py --server.maxUploadSize=1028

Operation Type: {HuggingFace, Upload}

Upload: upload your own model zip file and dataset. HuggingFace: Enter the huggingface model name and huggingface dataset name. p.s. Current Version only supports sentiment analysis, so please use appropraite model and dataset.

Click Run to process the dataset and check if model is ok.

Click Evaluate to run 3 epoch (Fine-Tuning) and evaluate at last.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published