File size: 864 Bytes
82fba96 d857b0e 5345544 fa763bf 5345544 1b583d6 5345544 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: apache-2.0
language:
- en
base_model:
- meta-llama/Llama-3.2-3B-Instruct
pipeline_tag: text-generation
tags:
- text-generation-inference
- unsloth
datasets:
- jeggers/competition_math
---

This version of Komodo is a Llama-3.2-3B-Instruct finetuned model on jeggers/competition_math dataset to increase math performance of the base model.
This model is 4bit-quantizated. You should import it 8bit if you want to use 3B parameters!
Make sure you installed 'bitsandbytes' library before import.
Finetune system prompt:
```
You are a highly intelligent and accurate mathematical assistant.
You will solve mathematical problems step by step, explain your reasoning clearly, and provide concise, correct answers.
When the solution requires multiple steps, detail each step systematically.
```
You can use ChatML format! |