Add README
Browse files
README.md
CHANGED
|
@@ -6,15 +6,16 @@ tags:
|
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
-
# LFM2-350M-
|
| 10 |
|
| 11 |
This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
|
| 12 |
|
| 13 |
**Example usage**:
|
| 14 |
-
- For text only LLMs: `
|
| 15 |
-
- For multimodal models: `
|
| 16 |
|
| 17 |
## Available Model files:
|
|
|
|
| 18 |
- `LFM2-350M.Q4_K_M.gguf`
|
| 19 |
This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
|
| 20 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# LFM2-350M-Code : GGUF
|
| 10 |
|
| 11 |
This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
|
| 12 |
|
| 13 |
**Example usage**:
|
| 14 |
+
- For text only LLMs: `llama-cli -hf BenjaminHelle/LFM2-350M-Code --jinja`
|
| 15 |
+
- For multimodal models: `llama-mtmd-cli -hf BenjaminHelle/LFM2-350M-Code --jinja`
|
| 16 |
|
| 17 |
## Available Model files:
|
| 18 |
+
- `LFM2-350M.Q8_0.gguf`
|
| 19 |
- `LFM2-350M.Q4_K_M.gguf`
|
| 20 |
This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
|
| 21 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|