Contains the EDA, training, evaluation, and data processing code for Koel Labs. Evaluation results will be made available via Hugging Face Leaderboards. Cleaned datasets and model weights will also be made available via Hugging Face. We will be releasing a paper as well so stay tuned!
Read about all our repositories here.
Checkout the guides directory for standalone guides on finetuning, evaluation, dataset processing, and other topics. These can be run independently of the setup for the rest of the codebase, e.g., in a Colab notebook.
See the DEVELOPMENT.md for alternative setup instructions and details.
git clone /~https://github.com/KoelLabs/ML.git
- Install Python 3.8.10
- Duplicate the
.env.example
file and rename it to.env
. Fill in the necessary environment variables. - Run the commands in './scripts/install.sh', e.g., with
. ./scripts/install.sh
.
Check out the CONTRIBUTING.md for specific guidelines on contributing to this repository.
The code in this repository is licensed under the GNU Affero General Public License.
With the exception of a few models and Huggingface spaces released during the builders program under the Mozilla Public License, all Huggingface models and code will be released under the GNU Affero General Public License.
We retain all rights to the Koel Labs brand, logos, blog posts and website content.