Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- id
|
6 |
+
- jv
|
7 |
+
- su
|
8 |
+
license: llama3
|
9 |
+
tags:
|
10 |
+
- llama-cpp
|
11 |
+
- gguf
|
12 |
+
---
|
13 |
+
|
14 |
+
# Supa-AI/llama3-8b-cpt-sahabatai-v1-instruct-q4_0-gguf
|
15 |
+
This model was converted to GGUF format from [`GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct`](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct) using llama.cpp.
|
16 |
+
Refer to the [original model card](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct) for more details on the model.
|
17 |
+
|
18 |
+
## Use with llama.cpp
|
19 |
+
|
20 |
+
### CLI:
|
21 |
+
```bash
|
22 |
+
llama-cli --hf-repo Supa-AI/llama3-8b-cpt-sahabatai-v1-instruct-q4_0-gguf --hf-file llama3-8b-cpt-sahabatai-v1-instruct.q4_0.gguf -p "Your prompt here"
|
23 |
+
```
|
24 |
+
|
25 |
+
### Server:
|
26 |
+
```bash
|
27 |
+
llama-server --hf-repo Supa-AI/llama3-8b-cpt-sahabatai-v1-instruct-q4_0-gguf --hf-file llama3-8b-cpt-sahabatai-v1-instruct.q4_0.gguf -c 2048
|
28 |
+
```
|
29 |
+
|
30 |
+
## Model Details
|
31 |
+
- **Quantization Type:** q4_0
|
32 |
+
- **Original Model:** [GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct)
|
33 |
+
- **Format:** GGUF
|