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