Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
id: heyIamUmair/llama-3.2-3b-merged-gguf
|
4 |
+
base_model: unsloth/llama-3.2-3b
|
5 |
+
tags:
|
6 |
+
- gguf
|
7 |
+
- llama.cpp
|
8 |
+
- ollama
|
9 |
+
- fine-tuned
|
10 |
+
- legal
|
11 |
+
---
|
12 |
+
|
13 |
+
# Llama 3.2 3B Fine-Tuned Legal Model (GGUF)
|
14 |
+
|
15 |
+
This is a **fine-tuned Llama 3.2 3B model** on custom legal datasets, merged into a single model and exported in **GGUF** format.
|
16 |
+
|
17 |
+
- **Base Model**: unsloth/llama-3.2-3b
|
18 |
+
- **Fine-tuning**: Custom legal domain LoRA
|
19 |
+
- **Format**: GGUF (FP16)
|
20 |
+
- **Usage**: Compatible with `llama.cpp`, `Ollama`, `LM Studio`, `koboldcpp`, etc.
|
21 |
+
|
22 |
+
## How to Use with Ollama
|
23 |
+
|
24 |
+
```bash
|
25 |
+
ollama run llama-3.2-3b-merged-gguf
|