Add README
Browse files
README.md
CHANGED
|
@@ -1,22 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: unsloth/llama-3.2-3b-instruct-bnb-4bit
|
| 3 |
tags:
|
| 4 |
-
-
|
| 5 |
-
-
|
| 6 |
- unsloth
|
| 7 |
-
|
| 8 |
-
- trl
|
| 9 |
-
license: apache-2.0
|
| 10 |
-
language:
|
| 11 |
-
- en
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
|
|
|
|
|
|
| 15 |
|
| 16 |
-
|
| 17 |
-
- **
|
| 18 |
-
-
|
| 19 |
|
| 20 |
-
|
|
|
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
+
- gguf
|
| 4 |
+
- llama.cpp
|
| 5 |
- unsloth
|
| 6 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# GenParser-3B-0910-2 - 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** repo_id/model_name **-p** "why is the sky blue?"
|
| 15 |
+
- For multimodal models: **llama-mtmd-cli** **-m** model_name.gguf **--mmproj** mmproj_file.gguf
|
| 16 |
|
| 17 |
+
## Available Model files:
|
| 18 |
+
- `Llama-3.2-3B-Instruct.F16.gguf`
|
| 19 |
|
| 20 |
+
## Ollama
|
| 21 |
+
An Ollama Modelfile is included for easy deployment.
|