Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
- en
|
6 |
+
datasets:
|
7 |
+
- databricks/databricks-dolly-15k
|
8 |
+
- kunishou/databricks-dolly-15k-ja
|
9 |
+
- izumi-lab/llm-japanese-dataset
|
10 |
---
|
11 |
+
|
12 |
+
**[4.0bpw](https://huggingface.co/rioshiina/youri-7b-instruction-exl2/tree/4.0bpw)**
|
13 |
+
**[6.0bpw](https://huggingface.co/rioshiina/youri-7b-instruction-exl2/tree/6.0bpw)**
|
14 |
+
**[8.0bpw](https://huggingface.co/rioshiina/youri-7b-instruction-exl2/tree/8.0bpw)**
|
15 |
+
|
16 |
+
# youri-7b-instruction-exl2
|
17 |
+
- Model creator: [rinna](https://huggingface.co/rinna)
|
18 |
+
- Original model: [youri-7b-instruction](https://huggingface.co/rinna/youri-7b-instruction)
|
19 |
+
|
20 |
+
## Prompt template
|
21 |
+
|
22 |
+
```
|
23 |
+
以下は、タスクを説明する指示と、文脈のある入力の組み合わせです。要求を適切に満たす応答を書きなさい。
|
24 |
+
|
25 |
+
### 指示:
|
26 |
+
{instruction}
|
27 |
+
|
28 |
+
### 入力:
|
29 |
+
{input}
|
30 |
+
|
31 |
+
### 応答:
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
### Citations
|
36 |
+
|
37 |
+
```tex
|
38 |
+
@misc{RinnaYouri7bInstruction,,
|
39 |
+
url={https://huggingface.co/rinna/youri-7b-instruction},
|
40 |
+
title={rinna/youri-7b-instruction},
|
41 |
+
author={Zhao, Tianyu and Sawada, Kei}
|
42 |
+
}
|
43 |
+
```
|
44 |
+
|
45 |
+
# License
|
46 |
+
[The llama2 license](https://ai.meta.com/llama/license/)
|