mmnga commited on
Commit
f5dc119
1 Parent(s): 7112772

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ language:
4
+ - ja
5
  ---
6
+ # matsuo-lab/weblab-10b-instruction-sft
7
+ [matsuo-labさんが公開しているweblab-10b-instruction-sft](https://huggingface.co/matsuo-lab/weblab-10b-instruction-sft)のggml変換版です。
8
+
9
+ ## Usage
10
+
11
+ ```
12
+ git clone https://github.com/ggerganov/ggml.git
13
+ cd ggml
14
+ mkdir build && cd build
15
+ cmake ..
16
+ make -j
17
+
18
+ ./bin/gpt-neox -m 'weblab-10b-instruction-sft-ggml-q4_0.bin' -n 128 -t 8 -p '科学技術の発展はAIによって、'
19
+ ```