Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Configs

This directory contains YAML configs used for training, evaluation, and inference with Oumi, in addition to launching remote jobs for those tasks. We use Omegaconf to load these config files into our config classes.

As a convention, we name these files according to their corresponding class. For example:

Structure

We use the following sub-directories to organize our configs:

  • recipes/: This directory contains configs for training, evaluation, and inference of common model families. This is a great starting point for most users.
  • projects/: Configs for fully replicating the training of specific models (ex. Aya).
  • examples/: Configs for specific use cases. This is less structured than configs/recipes and configs/projects, and includes more experimental jobs.