Project is linux based if you want to run on windows you will need WSL
This project is developed with Python 3.10.13.
- Create the environment:
python -m venv .venv
- Activate the environment:
source .venv/bin/activate
- Install necessary libraries:
pip install -r requirements.txt
- Define calling functions
- Find LLM
- Create synthetic dataset
- Fine-tune the model
- Test function calling