GGUF
Japanese
qwen
Inference Endpoints
mmnga commited on
Commit
e8dc514
1 Parent(s): 930d01a

Update README.md

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