Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- ja
|
|
|
|
|
5 |
---
|
6 |
# line-corporation/japanese-large-lm-1.7b-instruction-sft
|
7 |
[line-corporationさんが公開しているjapanese-large-lm-1.7b-instruction-sft](https://huggingface.co/line-corporation/japanese-large-lm-1.7b-instruction-sft)のggml変換版です。
|
@@ -24,4 +26,4 @@ mkdir build && cd build
|
|
24 |
cmake ..
|
25 |
make -j
|
26 |
./bin/gpt-2 -m 'line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin' -n 128 -t 8 -p 'ユーザー: 四国の県名を全て列挙してください。\nシステム: ' --top_p 0.9 --top_k 0.1 --temp 0.7 --repeat-penalty 1.1
|
27 |
-
```
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- ja
|
5 |
+
tags:
|
6 |
+
- gpt-2
|
7 |
---
|
8 |
# line-corporation/japanese-large-lm-1.7b-instruction-sft
|
9 |
[line-corporationさんが公開しているjapanese-large-lm-1.7b-instruction-sft](https://huggingface.co/line-corporation/japanese-large-lm-1.7b-instruction-sft)のggml変換版です。
|
|
|
26 |
cmake ..
|
27 |
make -j
|
28 |
./bin/gpt-2 -m 'line-corp-japanese-large-lm-1.7b-instruction-sft-ggml-q4_0.bin' -n 128 -t 8 -p 'ユーザー: 四国の県名を全て列挙してください。\nシステム: ' --top_p 0.9 --top_k 0.1 --temp 0.7 --repeat-penalty 1.1
|
29 |
+
```
|