mmnga's picture
Update README.md
48b7183 verified
|
raw
history blame
662 Bytes
---
license: apache-2.0
language:
- en
- ja
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
tags:
- mistral
- mergekit
---
# ArrowPro-7B-KillerWhale-gguf
[DataPilotさんが公開しているArrowPro-7B-KillerWhale](https://huggingface.co/DataPilot/ArrowPro-7B-KillerWhale)のggufフォーマット変換版です。
imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
## Usage
```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'ArrowPro-7B-KillerWhale-Q4_0.gguf' -n 128 -p 'こんにちわ'
```