Update README.md
Browse files
README.md
CHANGED
@@ -3,13 +3,17 @@ license: cc-by-sa-4.0
|
|
3 |
language:
|
4 |
- ko
|
5 |
- en
|
|
|
6 |
model_creator: maywell
|
7 |
model_name: kiqu-70b
|
8 |
model_type: mistral
|
9 |
-
prompt_template:
|
10 |
-
|
11 |
-
'
|
12 |
quantized_by: noopSD
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
> This repo contains quantized large language model(LLM) weight files in GGUF format for [maywell/kiqu-70b](https://huggingface.co/maywell/kiqu-70b). The quantized model files are calibrated with [20k_random_data.txt](https://github.com/ggerganov/llama.cpp/files/13970111/20k_random_data.txt)
|
|
|
3 |
language:
|
4 |
- ko
|
5 |
- en
|
6 |
+
inference: false
|
7 |
model_creator: maywell
|
8 |
model_name: kiqu-70b
|
9 |
model_type: mistral
|
10 |
+
prompt_template: |
|
11 |
+
[INST] {prompt} [/INST]
|
|
|
12 |
quantized_by: noopSD
|
13 |
+
tags:
|
14 |
+
- GGUF
|
15 |
+
library_name: llama.cpp
|
16 |
+
pipeline_tag: text-generation
|
17 |
---
|
18 |
|
19 |
> This repo contains quantized large language model(LLM) weight files in GGUF format for [maywell/kiqu-70b](https://huggingface.co/maywell/kiqu-70b). The quantized model files are calibrated with [20k_random_data.txt](https://github.com/ggerganov/llama.cpp/files/13970111/20k_random_data.txt)
|