Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,59 @@
|
|
1 |
-
---
|
2 |
-
license: llama3
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
- en
|
6 |
+
base_model: rinna/llama-3-youko-8b
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
+
|
10 |
+
**[4.0bpw](https://huggingface.co/rioshiina/llama-3-youko-8b-exl2/tree/4.0bpw)**
|
11 |
+
**[6.0bpw](https://huggingface.co/rioshiina/llama-3-youko-8b-exl2/tree/6.0bpw)**
|
12 |
+
**[8.0bpw](https://huggingface.co/rioshiina/llama-3-youko-8b-exl2/tree/8.0bpw)**
|
13 |
+
|
14 |
+
# llama-3-youko-8b-exl2
|
15 |
+
- Model creator: [rinna](https://huggingface.co/rinna)
|
16 |
+
- Original model: [llama-3-youko-8b](https://huggingface.co/rinna/llama-3-youko-8b)
|
17 |
+
|
18 |
+
# Cite
|
19 |
+
```bibtex
|
20 |
+
@misc{rinna-llama-3-youko-8b,
|
21 |
+
title = {rinna/llama-3-youko-8b},
|
22 |
+
author = {Mitsuda, Koh and Sawada, Kei},
|
23 |
+
url = {https://huggingface.co/rinna/llama-3-youko-8b},
|
24 |
+
}
|
25 |
+
|
26 |
+
@inproceedings{sawada2024release,
|
27 |
+
title = {Release of Pre-Trained Models for the {J}apanese Language},
|
28 |
+
author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
|
29 |
+
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
30 |
+
month = {5},
|
31 |
+
year = {2024},
|
32 |
+
url = {https://arxiv.org/abs/2404.01657},
|
33 |
+
}
|
34 |
+
```
|
35 |
+
---
|
36 |
+
|
37 |
+
# References
|
38 |
+
```bibtex
|
39 |
+
@article{llama3modelcard,
|
40 |
+
title={Llama 3 Model Card},
|
41 |
+
author={AI@Meta},
|
42 |
+
year={2024},
|
43 |
+
url = {https://github.com/meta-llama/llama3/blob/main/MODEL_CARD.md}
|
44 |
+
}
|
45 |
+
|
46 |
+
@software{gpt-neox-library,
|
47 |
+
title = {{GPT-NeoX: Large Scale Autoregressive Language Modeling in PyTorch}},
|
48 |
+
author = {Andonian, Alex and Anthony, Quentin and Biderman, Stella and Black, Sid and Gali, Preetham and Gao, Leo and Hallahan, Eric and Levy-Kramer, Josh and Leahy, Connor and Nestler, Lucas and Parker, Kip and Pieler, Michael and Purohit, Shivanshu and Songz, Tri and Phil, Wang and Weinbach, Samuel},
|
49 |
+
doi = {10.5281/zenodo.5879544},
|
50 |
+
month = {8},
|
51 |
+
year = {2021},
|
52 |
+
version = {0.0.1},
|
53 |
+
url = {https://www.github.com/eleutherai/gpt-neox},
|
54 |
+
}
|
55 |
+
```
|
56 |
+
---
|
57 |
+
|
58 |
+
# License
|
59 |
+
[Meta Llama 3 Community License](https://llama.meta.com/llama3/license/)
|