Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,12 @@ tags:
|
|
11 |
This model was converted to GGUF format from [`Rombo-Org/Rombo-LLM-V2.7-mist-nemo-12b`](https://huggingface.co/Rombo-Org/Rombo-LLM-V2.7-mist-nemo-12b) 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.7-mist-nemo-12b) 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.7-mist-nemo-12b`](https://huggingface.co/Rombo-Org/Rombo-LLM-V2.7-mist-nemo-12b) 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.7-mist-nemo-12b) for more details on the model.
|
13 |
|
14 |
+
---
|
15 |
+
Rombo-LLM-V2.7-mist-nemo-12b is an combined pretrained and instruct tuned model based on (Mistral-Nemo-Base-2407) and (Mistral-Nemo-Instruct-2407) giving the benefits of both versions all in 1 model.
|
16 |
+
|
17 |
+
This model can be used to furter finetune, or right out of the box for inference.
|
18 |
+
|
19 |
+
---
|
20 |
## Use with llama.cpp
|
21 |
Install llama.cpp through brew (works on Mac and Linux)
|
22 |
|