Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
---
|
4 |
+
# karakuri-lm-70b-chat-v0.1-gguf
|
5 |
+
[karakuri-lmさんが公開しているkarakuri-lm-70b-chat-v0.1](https://huggingface.co/karakuri-lm/karakuri-lm-70b-chat-v0.1)のggufフォーマット変換版です。
|
6 |
+
|
7 |
+
|
8 |
+
## Usage
|
9 |
+
|
10 |
+
```
|
11 |
+
git clone https://github.com/ggerganov/llama.cpp.git
|
12 |
+
cd llama.cpp
|
13 |
+
make -j
|
14 |
+
./main -m 'karakuri-lm-70b-chat-v0.1-q4_0.gguf' -p "<s>[INST] <<SYS>> <</SYS>> 週末に日帰りで東京に遊びに行こうと思っています。日帰りなので、短時間で回れるおすすめの観光プランを教えてください。 [ATTR] helpfulness: 4 correctness: 4 coherence: 4 complexity: 4 verbosity: 4 quality: 4 toxicity: 0 humor: 0 creativity: 0 [/ATTR] [/INST] " -n 128
|
15 |
+
```
|