Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ms
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
- ta
|
7 |
+
tags:
|
8 |
+
- llama-cpp
|
9 |
+
- gguf
|
10 |
+
base_model: mesolitica/malaysian-Llama-3.2-3B-Instruct
|
11 |
+
---
|
12 |
+
|
13 |
+
# Supa-AI/malaysian-Llama-3.2-3B-Instruct-gguf
|
14 |
+
This model was converted to GGUF format from [`mesolitica/malaysian-Llama-3.2-3B-Instruct`](https://huggingface.co/mesolitica/malaysian-Llama-3.2-3B-Instruct) using llama.cpp.
|
15 |
+
Refer to the [original model card](https://huggingface.co/mesolitica/malaysian-Llama-3.2-3B-Instruct) for more details on the model.
|
16 |
+
|
17 |
+
## Available Versions
|
18 |
+
- `malaysian-Llama-3.2-3B-Instruct.q4_0.gguf` (q4_0)
|
19 |
+
- `malaysian-Llama-3.2-3B-Instruct.q4_1.gguf` (q4_1)
|
20 |
+
- `malaysian-Llama-3.2-3B-Instruct.q5_0.gguf` (q5_0)
|
21 |
+
- `malaysian-Llama-3.2-3B-Instruct.q5_1.gguf` (q5_1)
|
22 |
+
- `malaysian-Llama-3.2-3B-Instruct.q8_0.gguf` (q8_0)
|
23 |
+
- `malaysian-Llama-3.2-3B-Instruct.q3_k_s.gguf` (q3_K_S)
|
24 |
+
- `malaysian-Llama-3.2-3B-Instruct.q3_k_m.gguf` (q3_K_M)
|
25 |
+
- `malaysian-Llama-3.2-3B-Instruct.q3_k_l.gguf` (q3_K_L)
|
26 |
+
- `malaysian-Llama-3.2-3B-Instruct.q4_k_s.gguf` (q4_K_S)
|
27 |
+
- `malaysian-Llama-3.2-3B-Instruct.q4_k_m.gguf` (q4_K_M)
|
28 |
+
- `malaysian-Llama-3.2-3B-Instruct.q5_k_s.gguf` (q5_K_S)
|
29 |
+
- `malaysian-Llama-3.2-3B-Instruct.q5_k_m.gguf` (q5_K_M)
|
30 |
+
- `malaysian-Llama-3.2-3B-Instruct.q6_k.gguf` (q6_K)
|
31 |
+
|
32 |
+
## Use with llama.cpp
|
33 |
+
Replace `FILENAME` with one of the above filenames.
|
34 |
+
|
35 |
+
### CLI:
|
36 |
+
```bash
|
37 |
+
llama-cli --hf-repo Supa-AI/malaysian-Llama-3.2-3B-Instruct-gguf --hf-file FILENAME -p "Your prompt here"
|
38 |
+
```
|
39 |
+
|
40 |
+
### Server:
|
41 |
+
```bash
|
42 |
+
llama-server --hf-repo Supa-AI/malaysian-Llama-3.2-3B-Instruct-gguf --hf-file FILENAME -c 2048
|
43 |
+
```
|
44 |
+
|
45 |
+
## Model Details
|
46 |
+
- **Original Model:** [mesolitica/malaysian-Llama-3.2-3B-Instruct](https://huggingface.co/mesolitica/malaysian-Llama-3.2-3B-Instruct)
|
47 |
+
- **Format:** GGUF
|