license: llama2 | |
language: | |
- en | |
- ja | |
tags: | |
- llama2 | |
# tokyotech-llm-Swallow-7b-plus-hf-gguf | |
[tokyotech-llmさんが公開しているSwallow-7b-plus-hf](https://huggingface.co/tokyotech-llm/Swallow-7b-plus-hf)のggufフォーマット変換版です。 | |
こちらはベースモデルになります。 | |
## Usage | |
``` | |
git clone https://github.com/ggerganov/llama.cpp.git | |
cd llama.cpp | |
make -j | |
./main -m 'tokyotech-llm-Swallow-7b-plus-hf-q4_0.gguf' -p "今晩の夕食をご紹介します。" -n 512 | |
``` | |
## ライセンス | |
元モデルのライセンス表記に則り、llama2ライセンスになります | |