Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,17 @@ tags:
|
|
11 |
This model was converted to GGUF format from [`Rombo-Org/Rombo-LLM-V2.5-Qwen-7b`](https://huggingface.co/Rombo-Org/Rombo-LLM-V2.5-Qwen-7b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
12 |
Refer to the [original model card](https://huggingface.co/Rombo-Org/Rombo-LLM-V2.5-Qwen-7b) for more details on the model.
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
## Use with llama.cpp
|
15 |
Install llama.cpp through brew (works on Mac and Linux)
|
16 |
|
|
|
11 |
This model was converted to GGUF format from [`Rombo-Org/Rombo-LLM-V2.5-Qwen-7b`](https://huggingface.co/Rombo-Org/Rombo-LLM-V2.5-Qwen-7b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
12 |
Refer to the [original model card](https://huggingface.co/Rombo-Org/Rombo-LLM-V2.5-Qwen-7b) for more details on the model.
|
13 |
|
14 |
+
---
|
15 |
+
Rombos-LLM-V2.5-Qwen-7b is a continues finetuned version of
|
16 |
+
Qwen2.5-7B. I noticed recently that the Qwen team did not learn from my
|
17 |
+
methods of continuous finetuning, the great benefits, and no downsides
|
18 |
+
of it. So I took it upon myself to merge the instruct model with the
|
19 |
+
base model myself using the Ties merge method
|
20 |
+
|
21 |
+
|
22 |
+
This version of the model shows higher performance than the original instruct and base models.
|
23 |
+
|
24 |
+
---
|
25 |
## Use with llama.cpp
|
26 |
Install llama.cpp through brew (works on Mac and Linux)
|
27 |
|