Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: Saxo/Linkbricks-Horizon-AI-Korean-llama-3.1-sft-dpo-8B
|
4 |
+
model-index:
|
5 |
+
- name: joongi007/Linkbricks-Horizon-AI-Korean-llama-3.1-sft-dpo-8B
|
6 |
+
results: []
|
7 |
+
language:
|
8 |
+
- ko
|
9 |
+
- en
|
10 |
+
- ja
|
11 |
+
- cn
|
12 |
+
pipeline_tag: text-generation
|
13 |
+
tags:
|
14 |
+
- gguf
|
15 |
+
---
|
16 |
+
|
17 |
+
- Original model is [Saxo/Linkbricks-Horizon-AI-Korean-llama-3.1-sft-dpo-8B](https://huggingface.co/Saxo/Linkbricks-Horizon-AI-Korean-llama-3.1-sft-dpo-8B)
|
18 |
+
- quantized using [llama.cpp](https://github.com/ggerganov/llama.cpp) - [b3527](https://github.com/ggerganov/llama.cpp/releases/tag/b3527)
|
19 |
+
|
20 |
+
`Saxo/Linkbricks-Horizon-AI-Korean-llama-3.1-sft-dpo-8B` supports gguf files, but cannot be found in LM studio.
|
21 |
+
If `Filter Option` is set to `Show All`, you can find that gguf file.
|
22 |
+
|
23 |
+
```prompt
|
24 |
+
<|start_header_id|>system<|end_header_id|>
|
25 |
+
|
26 |
+
{System}
|
27 |
+
<|eot_id|><|start_header_id|>user<|end_header_id|>
|
28 |
+
|
29 |
+
{User}
|
30 |
+
<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
31 |
+
|
32 |
+
{Assistant}
|
33 |
+
```
|