Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,65 @@
|
|
1 |
-
---
|
2 |
-
license: llama3
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
**[4.0bpw](https://huggingface.co/rioshiina/llama-3-youko-8b-instruct-exl2/tree/4.0bpw)**
|
9 |
+
**[6.0bpw](https://huggingface.co/rioshiina/llama-3-youko-8b-instruct-exl2/tree/6.0bpw)**
|
10 |
+
**[8.0bpw](https://huggingface.co/rioshiina/llama-3-youko-8b-instruct-exl2/tree/8.0bpw)**
|
11 |
+
|
12 |
+
# llama-3-youko-8b-instruct-exl2
|
13 |
+
- Model creator: [rinna](https://huggingface.co/rinna)
|
14 |
+
- Original model: [llama-3-youko-8b-instruct](https://huggingface.co/rinna/llama-3-youko-8b-instruct)
|
15 |
+
|
16 |
+
## Prompt template
|
17 |
+
|
18 |
+
```
|
19 |
+
<|begin_of_text|><|start_header_id|>user<|end_header_id|>
|
20 |
+
|
21 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
22 |
+
|
23 |
+
|
24 |
+
```
|
25 |
+
|
26 |
+
### License
|
27 |
+
|
28 |
+
[Meta Llama 3 Community License](https://llama.meta.com/llama3/license/)
|
29 |
+
|
30 |
+
### Citations
|
31 |
+
|
32 |
+
```bibtex
|
33 |
+
@misc{rinna-llama-3-youko-8b-instruct,
|
34 |
+
title = {rinna/llama-3-youko-8b-instruct},
|
35 |
+
author = {Chen, Xinqi and Mitsuda, Koh and Wakatsuki, Toshiaki and Sawada, Kei},
|
36 |
+
url = {https://huggingface.co/rinna/llama-3-youko-8b-instruct}
|
37 |
+
}
|
38 |
+
|
39 |
+
@inproceedings{sawada2024release,
|
40 |
+
title = {Release of Pre-Trained Models for the {J}apanese Language},
|
41 |
+
author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
|
42 |
+
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
43 |
+
month = {5},
|
44 |
+
year = {2024},
|
45 |
+
pages = {13898--13905},
|
46 |
+
url = {https://aclanthology.org/2024.lrec-main.1213},
|
47 |
+
note = {\url{https://arxiv.org/abs/2404.01657}}
|
48 |
+
}
|
49 |
+
```
|
50 |
+
|
51 |
+
```bibtex
|
52 |
+
@article{llama3modelcard,
|
53 |
+
title = {Llama 3 Model Card},
|
54 |
+
author = {AI@Meta},
|
55 |
+
year = {2024},
|
56 |
+
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
57 |
+
}
|
58 |
+
|
59 |
+
@article{huang2023chat,
|
60 |
+
title = {Chat Vector: A Simple Approach to Equip LLMs with Instruction Following and Model Alignment in New Languages},
|
61 |
+
author = {Huang, Shih-Cheng and Li, Pin-Zu and Hsu, Yu-Chi and Chen, Kuang-Ming and Lin, Yu Tung and Hsiao, Shih-Kai and Tzong-Han Tsai, Richard and Lee, Hung-yi},
|
62 |
+
year = {2023},
|
63 |
+
url = {https://arxiv.org/abs/2310.04799}
|
64 |
+
}
|
65 |
+
```
|