File size: 1,280 Bytes
d646ddd
 
a1f7e21
 
d646ddd
a1f7e21
 
 
 
 
 
 
 
 
 
 
 
51c5928
 
46e87c5
a1f7e21
46e87c5
8d06f35
51c5928
8d06f35
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: apache-2.0
language:
- ja
---
# line-corporation/japanese-large-lm-1.7b-instruction-sft
[line-corporationさんが公開しているjapanese-large-lm-1.7b-instruction-sft](https://huggingface.co/line-corporation/japanese-large-lm-1.7b-instruction-sft)のgguf変換版です。

他モデルはこちら  
GPT-NEOX  
[mmnga/line-corp-japanese-large-lm-3.6b-gguf](https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-gguf)  
[mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf](https://huggingface.co/mmnga/line-corp-japanese-large-lm-3.6b-instruction-sft-gguf)  

GPT-2  
[mmnga/line-corp-japanese-large-lm-1.7b-gguf](https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-gguf)  
[mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf](https://huggingface.co/mmnga/line-corp-japanese-large-lm-1.7b-instruction-sft-gguf)  
  
### 変換スクリプト
[line-gpt2_convert-hf-to-gguf.py](https://gist.github.com/mmnga/f278224f56eb66bfb29bb7ec42562cb1)

## Usage (試用)

```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'line-corp-japanese-large-lm-1.7b-instruction-sft-q4_0.gguf' -n 128 -p 'ユーザー: 吾輩って猫ですか? システム: '  --top_p 0.9 --temp 0.7 --repeat-penalty 1.1
```