mmnga commited on
Commit
2597332
1 Parent(s): ab74d6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - ja
5
  ---
6
+ # line-corporation/japanese-large-lm-3.6b-instruction-sft
7
+ [line-corporationさんが公開しているjapanese-large-lm-3.6b-instruction-sft](https://huggingface.co/line-corporation/japanese-large-lm-3.6b-instruction-sft)のgguf変換版です。
8
+
9
+ *注意:こちらはブランチで試用になります。llama.cpp本家にgptneoxが実装された時に、このggufファイルが使用できない可能性があります。*
10
+
11
+ ## Usage (試用)
12
+ ~~~~bash
13
+ git clone --branch mmnga-dev https://github.com/mmnga/llama.cpp.git
14
+ cd llama.cpp
15
+ make -j gptneox
16
+ ./gptneox -m 'line-corp-japanese-large-lm-3.6b-instruction-sft-q4_0.gguf' -n 128 -p 'ユーザー: 吾輩って猫ですか? システム: '
17
+ ~~~~
18
+