Skip to content

Homemade Copilot: Fine-tune LLM through LoftQ initialization and QLoRA-style training for code generation.

License

Notifications You must be signed in to change notification settings

eljandoubi/Copilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copilot

Homemade Copilot: Fine-tune LLM through LoftQ initialization and QLoRA-style training for code generation.

Installation

Remote

Follow the instructions in the notebook Open In Colab to install and run the procedure.

Lcoal

If you are trying this locally, follow these instructions first:

conda create -n "copilot" python=3.11

conda activate copilot

git clone https://github.com/eljandoubi/Copilot.git

cd Copilot

pip install -r requirements.txt

jupyter notebook