mmnga's picture
Update README.md
d1df8e7 verified
---
license: apache-2.0
language:
- en
- ja
tags:
- mistral
---
# RakutenAI-7B-chat-gguf
[Rakutenさんが公開しているRakutenAI-7B-chat](https://huggingface.co/Rakuten/RakutenAI-7B-chat)のggufフォーマット変換版です。
こちらはベースモデルになります。
## 他のモデル
[mmnga/RakutenAI-7B-instruct-gguf](https://huggingface.co/mmnga/RakutenAI-7B-instruct-gguf)
[mmnga/RakutenAI-7B-chat-gguf](https://huggingface.co/mmnga/RakutenAI-7B-chat-gguf)
[mmnga/RakutenAI-7B-gguf](https://huggingface.co/mmnga/RakutenAI-7B-gguf)
## Usage
```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'RakutenAI-7B-chat-q4_0.gguf' -p "USER: 「馬が合う」はどう言う意味ですか ASSISTANT: " -n 128
```