--- library_name: peft datasets: - burkelibbey/colors pipeline_tag: conversational base_model: internlm/internlm-7b ---
[![Generic badge](https://img.shields.io/badge/GitHub-%20XTuner-black.svg)](https://github.com/InternLM/xtuner)
## Model internlm-7b-qlora-colorist is fine-tuned from [InternLM-7B](https://huggingface.co/internlm/internlm-7b) with [colors](https://huggingface.co/datasets/burkelibbey/colors) dataset by [XTuner](https://github.com/InternLM/xtuner). ## Quickstart ### Usage with XTuner CLI #### Installation ```shell pip install xtuner ``` #### Chat ```shell xtuner chat internlm/internlm-7b --adapter xtuner/internlm-7b-qlora-colorist --prompt-template internlm_chat --system-prompt colorist ``` #### Fine-tune Use the following command to quickly reproduce the fine-tuning results. ```shell xtuner train internlm_7b_qlora_colorist_e5 ```