Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,13 @@ pipeline_tag: text-generation
|
|
36 |
|
37 |
-------------------------------------------------------------------------------
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
## Training Notes
|
40 |
|
41 |
Trained [Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) for 2 epochs on NVidia A100, and on dataset [jondurbin/gutenberg-dpo-v0.1](https://huggingface.co/datasets/jondurbin/gutenberg-dpo-v0.1), saving different checkpoints along the way (completely different runs at varying epochs and learning rates).
|
|
|
36 |
|
37 |
-------------------------------------------------------------------------------
|
38 |
|
39 |
+
* *Llama.cpp*
|
40 |
+
|
41 |
+
# (GGUF) Thanks Triangle104
|
42 |
+
* [Q8_0](https://huggingface.co/Triangle104/Qwen2.5-Lumen-14B-Q8_0-GGUF) - [Q6_K](https://huggingface.co/Triangle104/Qwen2.5-Lumen-14B-Q6_K-GGUF) - [Q5_K_M](https://huggingface.co/Triangle104/Qwen2.5-Lumen-14B-Q5_K_M-GGUF) - [Q5_K_S](https://huggingface.co/Triangle104/Qwen2.5-Lumen-14B-Q5_K_S-GGUF) - [Q5_0](https://huggingface.co/Triangle104/Qwen2.5-Lumen-14B-Q5_0-GGUF) - [Q4_K_M](https://huggingface.co/Triangle104/Qwen2.5-Lumen-14B-Q4_K_M-GGUF) - [Q4_K_S](https://huggingface.co/Triangle104/Qwen2.5-Lumen-14B-Q4_K_S-GGUF) - [Q4_0](https://huggingface.co/Triangle104/Qwen2.5-Lumen-14B-Q4_0-GGUF)
|
43 |
+
|
44 |
+
*Other quant repositories also exist on huggingface and can be searched for.*
|
45 |
+
|
46 |
## Training Notes
|
47 |
|
48 |
Trained [Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct) for 2 epochs on NVidia A100, and on dataset [jondurbin/gutenberg-dpo-v0.1](https://huggingface.co/datasets/jondurbin/gutenberg-dpo-v0.1), saving different checkpoints along the way (completely different runs at varying epochs and learning rates).
|