Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,12 @@ tags:
|
|
14 |
This model was converted to GGUF format from [`Rombo-Org/Rombo-LLM-V3.0-Qwen-32b`](https://huggingface.co/Rombo-Org/Rombo-LLM-V3.0-Qwen-32b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/Rombo-Org/Rombo-LLM-V3.0-Qwen-32b) for more details on the model.
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
## Use with llama.cpp
|
18 |
Install llama.cpp through brew (works on Mac and Linux)
|
19 |
|
|
|
14 |
This model was converted to GGUF format from [`Rombo-Org/Rombo-LLM-V3.0-Qwen-32b`](https://huggingface.co/Rombo-Org/Rombo-LLM-V3.0-Qwen-32b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
15 |
Refer to the [original model card](https://huggingface.co/Rombo-Org/Rombo-LLM-V3.0-Qwen-32b) for more details on the model.
|
16 |
|
17 |
+
---
|
18 |
+
Rombo-LLM-V3.0-Qwen-32b is a Continued Finetune model on top of the previous V2.5 version using the "NovaSky-AI/Sky-T1_data_17k" dataset. The resulting model was then merged backed into the base model for higher performance as written in the continuous finetuning technique bellow. This model is a good general purpose model, however it excells at coding and math.
|
19 |
+
|
20 |
+
https://docs.google.com/document/d/1OjbjU5AOz4Ftn9xHQrX3oFQGhQ6RDUuXQipnQ9gn6tU/edit?usp=sharing
|
21 |
+
|
22 |
+
---
|
23 |
## Use with llama.cpp
|
24 |
Install llama.cpp through brew (works on Mac and Linux)
|
25 |
|