--- license: apache-2.0 language: - en - ja tags: - mistral --- # RakutenAI-7B-gguf [Rakutenさんが公開しているRakutenAI-7B](https://huggingface.co/Rakuten/RakutenAI-7B)の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-q4_0.gguf' -p "今夜の夕食のレシピをご紹介します。" -n 128 ```