Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,9 @@ Open_Orca_Llama-3-8B-unsloth.Q8_0.gguf:
|
|
40 |
Meta-Llama-3-8B.Q8_0.gguf:
|
41 |
- **MMLU-Test:** Pending..
|
42 |
|
|
|
|
|
|
|
43 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
44 |
|
45 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
40 |
Meta-Llama-3-8B.Q8_0.gguf:
|
41 |
- **MMLU-Test:** Pending..
|
42 |
|
43 |
+
Llama.cpp Options For Testing:
|
44 |
+
--samplers "tfs;typical;temp" --draft 32 --ctx-size 8192 --temp 0.82 --tfs 0.8 --typical 1.1 --repeat-last-n 512 --batch-size 8192 --repeat-penalty 1.0 --n-gpu-layers 100 --threads 12
|
45 |
+
|
46 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
47 |
|
48 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|