File size: 442 Bytes
058abe7 1672673 6f292d9 058abe7 1672673 e8f3a3f 1672673 71a60b0 bcb3d42 6f292d9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: mit
language:
- ja
- en
---
# rinna/bilingual-gpt-neox-4b
[rinnaさんが公開しているbilingual-gpt-neox-4b](https://huggingface.co/rinna/bilingual-gpt-neox-4b)のggml変換版です。
## Usage
```
git clone https://github.com/ggerganov/ggml.git
cd ggml
mkdir build && cd build
cmake ..
make -j
./bin/gpt-neox -m 'rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin' -n 128 -t 8 -p '科学技術の発展はAIによって、'
``` |