File size: 617 Bytes
54c0313 72161c3 54c0313 72161c3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
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ライセンスになります
|