We welcome contributions — bug fixes, features, docs, examples.
- Fork the repository
- Clone your fork:
git clone https://github.com/HappyHackingSpace/sql-translator-llama3.git
- Create a branch:
git checkout -b feature/my-feature-name
- Set up the environment:
conda create -n sqlft python=3.10 -y && conda activate sqlft pip install -r requirements.txt
- Follow PEP8
- Keep code modular
- Avoid hardcoded paths or credentials
- Test your changes with
python src/fine_tune.pyandpython src/evaluate.py
- Ensure your code runs without errors
- Include a meaningful title and description
- Link related issues if applicable
Use the GitHub Issues tab with the provided templates.
See CODE_OF_CONDUCT.md.