Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coffeevampir3/ez-trainer

Train Llama Loras Easily
https://github.com/coffeevampir3/ez-trainer

data-science easy-to-use llama llama2 machine-learning training webui

Last synced: about 2 months ago
JSON representation

Train Llama Loras Easily

Awesome Lists containing this project

README

        

# ez-trainer
Train Llama Loras Easily

Extremely ugly interface for easy lora training for Llama models. Put your models in the models folder, put your datasets in the datasets folder. Wow!

Datasets are expected to be json or jsonl format right now. Models should be the unquantized huggingface format. More info soon, maybe.

# Features:

### Training:

Train Loras for Llama. See wiki.

### Merging

Merge your Loras back into Llama if you want. Supports strength-based merging.

# Check out the wiki for usage info

## Install:

`pip install -r requirements.txt`

(This does not install torch, you should install that yourself. )

(Step by step instructions for exactly how to install in the wiki )

## Run:

`python train_module.py`