File size: 683 Bytes
7112772
 
f5dc119
 
7112772
f5dc119
 
 
789c1ce
 
f5dc119
 
 
 
 
 
 
 
 
ffdf6de
f5dc119
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
license: cc-by-nc-4.0
language:
- ja
---
# matsuo-lab/weblab-10b-instruction-sft
[matsuo-labさんが公開しているweblab-10b-instruction-sft](https://huggingface.co/matsuo-lab/weblab-10b-instruction-sft)のggml変換版です。

*修正モデルを再アップしました。*

## Usage

```
git clone https://github.com/ggerganov/ggml.git
cd ggml
mkdir build && cd build
cmake ..
make -j

./bin/gpt-neox -m 'weblab-10b-instruction-sft-ggml-q4_0.bin' -n 128 -t 8 -p '以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。\n\n### 指示:\n大規模言語モデルについて説明してください。\n\n### 応答:' 
```