File size: 1,045 Bytes
9268af6
 
0dbdae7
 
9268af6
404384b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c47c2f3
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
---
license: mit
tags:
- llama
---

# rinna-youri-7b-instruction-gguf
[rinnaさんが公開しているyouri-7b-instruction](https://huggingface.co/rinna/youri-7b-instruction)のggufフォーマット変換版です。  
  
モデル一覧  

GGUF版  
[mmnga/rinna-youri-7b-gguf](https://huggingface.co/mmnga/rinna-youri-7b-gguf)  
[mmnga/rinna-youri-7b-instruction-gguf](https://huggingface.co/mmnga/rinna-youri-7b-instruction-gguf)  
[mmnga/rinna-youri-7b-chat-gguf](https://huggingface.co/mmnga/rinna-youri-7b-chat-gguf)  
  
## Usage

```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'rinna-youri-7b-instruction-q4_0.gguf' -n 128 -p '今日の夕食のレシピを紹介してください。' --top_p 0.9 --temp 0.7 --repeat-penalty 1.2
```

~~~
@misc{RinnaYouri7bInstruction,, 
    url={https://huggingface.co/rinna/youri-7b-instruction}, 
    title={rinna/youri-7b-instruction}, 
    author={Zhao, Tianyu and Sawada, Kei}
}
~~~
---

# License
[The llama2 license](https://ai.meta.com/llama/license/)