Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,10 @@ base_model: HuggingFaceTB/SmolLM3-3B
|
|
| 20 |
This model was converted to GGUF format from [`HuggingFaceTB/SmolLM3-3B`](https://huggingface.co/HuggingFaceTB/SmolLM3-3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 21 |
Refer to the [original model card](https://huggingface.co/HuggingFaceTB/SmolLM3-3B) for more details on the model.
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
## Use with llama.cpp
|
| 24 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 25 |
|
|
|
|
| 20 |
This model was converted to GGUF format from [`HuggingFaceTB/SmolLM3-3B`](https://huggingface.co/HuggingFaceTB/SmolLM3-3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 21 |
Refer to the [original model card](https://huggingface.co/HuggingFaceTB/SmolLM3-3B) for more details on the model.
|
| 22 |
|
| 23 |
+
---
|
| 24 |
+
SmolLM3 is a 3B parameter language model designed to push the boundaries of small models. It supports 6 languages, advanced reasoning and long context. SmolLM3 is a fully open model that offers strong performance at the 3B–4B scale.
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
## Use with llama.cpp
|
| 28 |
Install llama.cpp through brew (works on Mac and Linux)
|
| 29 |
|