Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- mistral
|
| 5 |
+
language:
|
| 6 |
+
- ja
|
| 7 |
---
|
| 8 |
+
# lightblue-karasu-7B-chat-plus-unleashed-gguf
|
| 9 |
+
[lightblueさんが公開しているkarasu-7B-chat-plus-unleashed](https://huggingface.co/lightblue/karasu-7B-chat-plus-unleashed)のggufフォーマット変換版です。
|
| 10 |
+
|
| 11 |
+
## 他のモデル
|
| 12 |
+
[mmnga/lightblue-karasu-7B-chat-plus-unleashed-gguf](https://huggingface.co/mmnga/lightblue-karasu-7B-chat-plus-unleashed-gguf)
|
| 13 |
+
[mmnga/lightblue-qarasu-14B-chat-plus-unleashed-gguf](https://huggingface.co/mmnga/lightblue-qarasu-14B-chat-plus-unleashed-gguf)
|
| 14 |
+
|
| 15 |
+
## Usage
|
| 16 |
+
|
| 17 |
+
```
|
| 18 |
+
git clone https://github.com/ggerganov/llama.cpp.git
|
| 19 |
+
cd llama.cpp
|
| 20 |
+
make -j
|
| 21 |
+
./main -m 'lightblue-karasu-7B-chat-plus-unleashed-q4_0.gguf' -n 512 -p '[INST] <<SYS>>あなたはAIアシスタントです。 <</SYS>> イギリスの首相は誰ですか? [/INST]'
|
| 22 |
+
```
|