94 Downloads Updated 3 weeks ago
ollama run fauxpaslife/codellama-python-13b-q6
See the author’s website for more details. Below, I have summarized their content.
Original GGUF by TheBloke | Base model by Meta
Specialized CodeLlama variant fine-tuned specifically for Python code generation. 13B params, Q6_K quant (very high quality, minimal loss).
ollama run fauxpaslife/codellama-python-13b-q6
Prompt format:
[INST] Write code to solve the following coding problem that obeys the constraints and passes the example test cases. Please wrap your code answer using ```:
{your_request}
[/INST]
ollama run fauxpaslife/codellama-python-13b-q6 "[INST] Write a Python function to calculate fibonacci numbers recursively [/INST]"