File size: 737 Bytes
7b74bbf
 
 
94aa731
 
 
7b74bbf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

---
license: other
license_link: LICENSE
base_model: Aratako/sarashina2.1-1b-sft

language:
- en
- ja
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
---

# sarashina2.1-1b-sft-gguf
[Aratakoさんが公開しているsarashina2.1-1b-sft](https://huggingface.co/Aratako/sarashina2.1-1b-sft)の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
./llama-cli -m 'sarashina2.1-1b-sft-Q4_0.gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
```