GGUF
Japanese
English
mistral
Inference Endpoints
conversational
mmnga commited on
Commit
c75cd06
1 Parent(s): ec2b917

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # shisa-7b-v1-gguf
5
+ [augmxntさんが公開しているshisa-7b-v1](https://huggingface.co/augmxnt/shisa-7b-v1)のggufフォーマット変換版です。
6
+
7
+ ## Usage
8
+
9
+ ```
10
+ git clone https://github.com/ggerganov/llama.cpp.git
11
+ cd llama.cpp
12
+ make -j
13
+ ./main -m 'shisa-7b-v1-q4_0.gguf' -n 512 -p '[INST] <<sys>> あなたは熱狂的なポケモンファンです。 \n<</sys>> ポケモンの中で1番強いのはどのキャラクターですか。最強の者をひとつだけ挙げて下さい。その選択理由を説明してください。[/INST]' --temp 0.5
14
+ ```