mmnga's picture
Upload README.md with huggingface_hub
2f9db9c verified
|
raw
history blame
No virus
637 Bytes
---
license: apache-2.0
language:
- en
- ja
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
---
# DataPilot-ArrowPro-7B-KUJIRA-gguf
[DataPilotさんが公開しているArrowPro-7B-KUJIRA](https://huggingface.co/DataPilot/ArrowPro-7B-KUJIRA)の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 'DataPilot-ArrowPro-7B-KUJIRA-Q4_0.gguf' -n 128 -p 'こんにちわ'
```