Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
tags:
|
4 |
+
- llama
|
5 |
---
|
6 |
+
# HachiML-youri-2x7b_v0.2-gguf
|
7 |
+
[HachiMLさんが公開している-youri-2x7b_v0.2](https://huggingface.co/HachiML/youri-2x7b_v0.2)のggufフォーマット変換版です。
|
8 |
+
|
9 |
+
|
10 |
+
## Usage
|
11 |
+
|
12 |
+
```
|
13 |
+
git clone https://github.com/ggerganov/llama.cpp.git
|
14 |
+
cd llama.cpp
|
15 |
+
make -j
|
16 |
+
./main -m 'HachiML-youri-2x7b_v0.2-q4_0.gguf' -n 128 -p '今日の夕食のレシピを紹介してください。' --top_p 0.9 --temp 0.7 --repeat-penalty 1.2
|
17 |
+
```
|
18 |
+
---
|
19 |
+
|
20 |
+
How to cite
|
21 |
+
|
22 |
+
~~~
|
23 |
+
@misc{RinnaYouri7bInstruction,,
|
24 |
+
url={https://huggingface.co/rinna/youri-7b-instruction},
|
25 |
+
title={rinna/youri-7b-instruction},
|
26 |
+
author={Zhao, Tianyu and Sawada, Kei}
|
27 |
+
}
|
28 |
+
~~~
|
29 |
+
|
30 |
+
# License
|
31 |
+
[The llama2 license](https://ai.meta.com/llama/license/)
|