mmnga commited on
Commit
1abfed1
1 Parent(s): f250438

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
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
7
+ [line-corporationさんが公開しているjapanese-large-lm-3.6b](https://huggingface.co/line-corporation/japanese-large-lm-3.6b)のggml変換版です。
8
+
9
+ ## Uses
10
+
11
+ ```
12
+ git clone https://github.com/ggerganov/ggml.git
13
+ cd ggml
14
+ mkdir build && cd build
15
+ cmake ..
16
+ ./bin/gpt-neox -m 'line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin' -n 128 -t 8 -p '科学技術の発展はAIによって、'
17
+ ```