Triangle104
commited on
Commit
•
3c5ca8b
1
Parent(s):
3c92ae7
Update README.md
Browse files
README.md
CHANGED
@@ -106,6 +106,14 @@ model-index:
|
|
106 |
This model was converted to GGUF format from [`rombodawg/Rombos-LLM-V2.6-Qwen-14b`](https://huggingface.co/rombodawg/Rombos-LLM-V2.6-Qwen-14b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
107 |
Refer to the [original model card](https://huggingface.co/rombodawg/Rombos-LLM-V2.6-Qwen-14b) for more details on the model.
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
## Use with llama.cpp
|
110 |
Install llama.cpp through brew (works on Mac and Linux)
|
111 |
|
|
|
106 |
This model was converted to GGUF format from [`rombodawg/Rombos-LLM-V2.6-Qwen-14b`](https://huggingface.co/rombodawg/Rombos-LLM-V2.6-Qwen-14b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
107 |
Refer to the [original model card](https://huggingface.co/rombodawg/Rombos-LLM-V2.6-Qwen-14b) for more details on the model.
|
108 |
|
109 |
+
---
|
110 |
+
Model details:
|
111 |
+
-
|
112 |
+
Rombos-LLM-V2.5-Qwen-7b is a continues finetuned version of Qwen2.5-7B. I noticed recently that the Qwen team did not learn from my methods of continuous finetuning, the great benefits, and no downsides of it. So I took it upon myself to merge the instruct model with the base model myself using the Ties merge method
|
113 |
+
|
114 |
+
This version of the model shows higher performance than the original instruct and base models.
|
115 |
+
|
116 |
+
---
|
117 |
## Use with llama.cpp
|
118 |
Install llama.cpp through brew (works on Mac and Linux)
|
119 |
|