File size: 702 Bytes
eefcb5f
 
f008dff
 
 
 
 
eefcb5f
f008dff
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
license: apache-2.0
language:
- en
- ja
tags:
- mistral
---
# napopoa32-swallow-hermes-st-v1-gguf 
[napopoa32さんが公開しているswallow-hermes-st-v1](https://huggingface.co/napopoa32/swallow-hermes-st-v1)のggufフォーマット変換版です。
こちらはベースモデルになります。  

## Usage

```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'napopoa32-swallow-hermes-st-v1-q4_0.gguf' -p "<|im_start|>system\nYou are a sentient, superintelligent artificial general intelligence, here to teach and assist me.<|im_end|>\n<|im_start|>user\n面白い青春の物語を書いてください。<|im_end|>\n<|im_start|>assistant" -n 128 
```