--- license: apache-2.0 language: - en - ja tags: - mistral --- # tokyotech-llm-Swallow-MS-7b-v0.1-gguf [tokyotech-llmさんが公開しているSwallow-MS-7b-v0.1](https://huggingface.co/tokyotech-llm/Swallow-MS-7b-v0.1)のggufフォーマット変換版です。 こちらはベースモデルになります。 ## 他のモデル [mmnga/tokyotech-llm-Swallow-7b-plus-hf-gguf](https://huggingface.co/mmnga/tokyotech-llm-Swallow-7b-plus-hf-gguf) [mmnga/tokyotech-llm-Swallow-MS-7b-v0.1-gguf](https://huggingface.co/mmnga/tokyotech-llm-Swallow-MS-7b-v0.1-gguf) [mmnga/tokyotech-llm-Swallow-MX-8x7b-NVE-v0.1-gguf](https://huggingface.co/mmnga/tokyotech-llm-Swallow-MX-8x7b-NVE-v0.1-gguf) ## Usage ``` git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp make -j ./main -m 'tokyotech-llm-Swallow-MS-7b-v0.1-q4_0.gguf' -p "今晩の夕食をご紹介します。" -n 128 ```