mmnga's picture
Update README.md
b9ab97a verified
|
raw
history blame
1.05 kB
---
license: apache-2.0
language:
- en
- ja
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
base_model:
- Rakuten/RakutenAI-2.0-8x7B-instruct
---
# RakutenAI-2.0-8x7B-instruct-gguf
[Rakutenさんが公開しているRakutenAI-2.0-8x7B-instruct](https://huggingface.co/Rakuten/RakutenAI-2.0-8x7B-instruct)のggufフォーマット変換版です。
imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
## models
[mmnga/RakutenAI-2.0-8x7B-instruct-gguf](https://huggingface.co/mmnga/RakutenAI-2.0-8x7B-instruct-gguf)
[mmnga/RakutenAI-2.0-mini-instruct-gguf](https://huggingface.co/mmnga/RakutenAI-2.0-mini-instruct-gguf)
## Usage
```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build -DGGML_CUDA=ON
cmake --build build --config Release
build/bin/llama-cli -m 'RakutenAI-2.0-8x7B-instruct-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
```