Triangle104
commited on
Commit
•
77aea7d
1
Parent(s):
d9c6ef2
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,14 @@ tags:
|
|
11 |
This model was converted to GGUF format from [`rombodawg/Rombos-LLM-V2.5-Qwen-7b`](https://huggingface.co/rombodawg/Rombos-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/rombodawg/Rombos-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 [`rombodawg/Rombos-LLM-V2.5-Qwen-7b`](https://huggingface.co/rombodawg/Rombos-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/rombodawg/Rombos-LLM-V2.5-Qwen-7b) for more details on the model.
|
13 |
|
14 |
+
---
|
15 |
+
Model details:
|
16 |
+
-
|
17 |
+
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
|
18 |
+
|
19 |
+
This version of the model shows higher performance than the original instruct and base models.
|
20 |
+
|
21 |
+
---
|
22 |
## Use with llama.cpp
|
23 |
Install llama.cpp through brew (works on Mac and Linux)
|
24 |
|