LMTuner is an open-source system that enables easy and efficient training of large language models (LLMs) through a simple command-line interface, without requiring any coding experience. The key goal of LMTuner is to make LLM training more accessible by abstracting away unnecessary complexity.
[version 1.2.2 / size 87.7KB]
from LMTuner import Let_Tune
Let_Tune()
@misc{weng2023lmtuner,
title={LMTuner: An user-friendly and highly-integrable Training Framework for fine-tuning Large Language Models},
author={Yixuan Weng and Zhiqi Wang and Huanxuan Liao and Shizhu He and Shengping Liu and Kang Liu and Jun Zhao},
year={2023},
eprint={2308.10252},
archivePrefix={arXiv},
primaryClass={cs.CL}
}