File size: 891 Bytes
2f9db9c
 
 
 
 
 
 
6ec4ca4
 
2f9db9c
 
 
 
 
 
257e00a
 
 
 
 
2f9db9c
 
 
 
 
 
 
6ec4ca4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: apache-2.0
language:
- en
- ja
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
tags:
- mistral
---

# 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)を使用して作成しました。  

## 他のモデル
[mmnga/DataPilot-ArrowPro-7B-RobinHood-gguf](https://huggingface.co/mmnga/DataPilot-ArrowPro-7B-RobinHood-gguf)  
[mmnga/DataPilot-ArrowPro-7B-KUJIRA-gguf](https://huggingface.co/mmnga/DataPilot-ArrowPro-7B-KUJIRA-gguf)  

## 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 'こんにちわ'
```