line-corporation/japanese-large-lm-1.7b

line-corporationさんが公開しているjapanese-large-lm-1.7bのggml変換版です。

本家ggmlリポジトリはeosトークンが固定となっているので修正しました。こちらはブランチになります *eosトークンは

<|endoftext|>
</s>
[EOS]

を検索して自動で設定します。また、--repeat-penalty を設定できます。*

Usage

git clone --branch gpt2 https://github.com/mmnga/ggml.git
cd ggml
mkdir build && cd build
cmake ..
make -j
./bin/gpt-2 -m 'line-corp-japanese-large-lm-1.7b-ggml-q4_0.bin' -n 128 -t 8 -p 'ユーザー: 四国の県名を全て列挙してください。\nシステム: ' --top_p 0.9 --temp 0.7 --repeat-penalty 1.1
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.