Skip to content

jmsalvador2395/ml-toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-toolkit

This package is for me to have a central and standardized library for designing experiments and collecting data.

Installation

  1. create a virtual environment using python 3.11
  2. run pip install -e . in the project root directory
    • this allows you to execute the code by just calling mltoolkit when your virtual environment is enabled
  3. go through the setup process for the HuggingFace Accelerate Library by running accelerate config
  4. to train a model, use the command accelerate launch --no_python mltk -c <<config_path>>
    • NOTE: you can just call mltk -c <<config_path>> but the program will not be using any GPUs so this would be used moreso for testing

Configuration Files

Browse the configuration files directory to get an overview of the available models and how to train them

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%