mmnga's picture
Update README.md
eed9d24
---
license: apache-2.0
language:
- ja
---
# line-corporation/japanese-large-lm-3.6b
[line-corporationさんが公開しているjapanese-large-lm-3.6b](https://huggingface.co/line-corporation/japanese-large-lm-3.6b)のggml変換版です。
## Usage
```
git clone https://github.com/ggerganov/ggml.git
cd ggml
mkdir build && cd build
cmake ..
make -j
./bin/gpt-neox -m 'line-corp-japanese-large-lm-3.6b-ggml-q4_0.bin' -n 128 -t 8 -p '科学技術の発展はAIによって、'
```