Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ja
|
6 |
+
tags:
|
7 |
+
- llama2
|
8 |
---
|
9 |
+
# tokyotech-llm-Swallow-7b-plus-hf-gguf
|
10 |
+
[tokyotech-llmさんが公開しているSwallow-7b-plus-hf](https://huggingface.co/tokyotech-llm/Swallow-7b-plus-hf)のggufフォーマット変換版です。
|
11 |
+
こちらはベースモデルになります。
|
12 |
+
|
13 |
+
## Usage
|
14 |
+
|
15 |
+
```
|
16 |
+
git clone https://github.com/ggerganov/llama.cpp.git
|
17 |
+
cd llama.cpp
|
18 |
+
make -j
|
19 |
+
./main -m 'tokyotech-llm-Swallow-7b-plus-hf-q4_0.gguf' -p "今晩の夕食をご紹介します。" -n 512
|
20 |
+
```
|
21 |
+
|
22 |
+
## ライセンス
|
23 |
+
元モデルのライセンス表記に則り、llama2ライセンスになります
|
24 |
+
|