mmnga's picture
Update README.md
94aa731 verified
---
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
```