mmnga commited on
Commit
f008dff
1 Parent(s): eefcb5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ - ja
6
+ tags:
7
+ - mistral
8
  ---
9
+ # napopoa32-swallow-hermes-st-v1-gguf
10
+ [napopoa32さんが公開しているswallow-hermes-st-v1](https://huggingface.co/napopoa32/swallow-hermes-st-v1)の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 '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
20
+ ```