Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ metrics:
|
|
| 17 |
|
| 18 |
This version of Komodo is a Llama-3.2-3B-Instruct finetuned model on lighteval/MATH-Hard dataset to increase math performance of the base model.
|
| 19 |
|
| 20 |
-
This model is 4bit-
|
| 21 |
Make sure you installed 'bitsandbytes' library before import.
|
| 22 |
|
| 23 |
Example Usage:
|
|
|
|
| 17 |
|
| 18 |
This version of Komodo is a Llama-3.2-3B-Instruct finetuned model on lighteval/MATH-Hard dataset to increase math performance of the base model.
|
| 19 |
|
| 20 |
+
This model is 4bit-quantized. You should import it 8bit if you want to use 3B parameters!
|
| 21 |
Make sure you installed 'bitsandbytes' library before import.
|
| 22 |
|
| 23 |
Example Usage:
|