Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
-
---
|
2 |
-
license: llama3
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
base_model: KISTI-KONI/KONI-Llama3-8B-Instruct-20240729
|
4 |
+
tags:
|
5 |
+
- gguf
|
6 |
+
- text-generation-inference
|
7 |
+
model-index:
|
8 |
+
- name: joongi007/KONI-Llama3-8B-Instruct-20240729-GGUF
|
9 |
+
results: []
|
10 |
+
language:
|
11 |
+
- ko
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
---
|
14 |
+
|
15 |
+
- Original model is [KISTI-KONI/KONI-Llama3-8B-Instruct-20240729](https://huggingface.co/KISTI-KONI/KONI-Llama3-8B-Instruct-20240729)
|
16 |
+
- quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp)
|
17 |
+
|
18 |
+
```prompt
|
19 |
+
<|start_header_id|>system<|end_header_id|>
|
20 |
+
|
21 |
+
{System}
|
22 |
+
<|eot_id|><|start_header_id|>user<|end_header_id|>
|
23 |
+
|
24 |
+
{User}
|
25 |
+
<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
26 |
+
|
27 |
+
{Assistant}
|
28 |
+
```
|