Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,64 @@
|
|
1 |
-
---
|
2 |
-
license: gemma
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gemma
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
**[4.0bpw](https://huggingface.co/rioshiina/gemma-2-baku-2b-exl2/tree/4.0bpw)**
|
9 |
+
**[6.0bpw](https://huggingface.co/rioshiina/gemma-2-baku-2b-exl2/tree/6.0bpw)**
|
10 |
+
**[8.0bpw](https://huggingface.co/rioshiina/gemma-2-baku-2b-exl2/tree/8.0bpw)**
|
11 |
+
|
12 |
+
# gemma-2-baku-2b-exl2
|
13 |
+
- Model creator: [rinna](https://huggingface.co/rinna)
|
14 |
+
- Original model: [gemma-2-baku-2b](https://huggingface.co/rinna/gemma-2-baku-2b)
|
15 |
+
|
16 |
+
## Prompt template
|
17 |
+
|
18 |
+
```
|
19 |
+
西田幾多郎は、
|
20 |
+
|
21 |
+
```
|
22 |
+
|
23 |
+
### License
|
24 |
+
|
25 |
+
[Gemma Terms of Use](https://ai.google.dev/gemma/terms)
|
26 |
+
|
27 |
+
### Citations
|
28 |
+
|
29 |
+
```tex
|
30 |
+
@misc{rinna-gemma-2-baku-2b,
|
31 |
+
title = {rinna/gemma-2-baku-2b},
|
32 |
+
author = {Wakatsuki, Toshiaki and Chen, Xinqi and Sawada, Kei},
|
33 |
+
url = {https://huggingface.co/rinna/gemma-2-baku-2b}
|
34 |
+
}
|
35 |
+
|
36 |
+
@inproceedings{sawada2024release,
|
37 |
+
title = {Release of Pre-Trained Models for the {J}apanese Language},
|
38 |
+
author = {Sawada, Kei and Zhao, Tianyu and Shing, Makoto and Mitsui, Kentaro and Kaga, Akio and Hono, Yukiya and Wakatsuki, Toshiaki and Mitsuda, Koh},
|
39 |
+
booktitle = {Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
40 |
+
month = {5},
|
41 |
+
year = {2024},
|
42 |
+
pages = {13898--13905},
|
43 |
+
url = {https://aclanthology.org/2024.lrec-main.1213},
|
44 |
+
note = {\url{https://arxiv.org/abs/2404.01657}}
|
45 |
+
}
|
46 |
+
```
|
47 |
+
|
48 |
+
```tex
|
49 |
+
@article{gemma-2-2024,
|
50 |
+
title = {Gemma 2},
|
51 |
+
url = {https://www.kaggle.com/models/google/gemma-2},
|
52 |
+
publisher = {Kaggle},
|
53 |
+
author = {Gemma Team},
|
54 |
+
year = {2024}
|
55 |
+
}
|
56 |
+
|
57 |
+
@misc{litgpt-2023,
|
58 |
+
author = {Lightning AI},
|
59 |
+
title = {LitGPT},
|
60 |
+
howpublished = {\url{https://github.com/Lightning-AI/litgpt}},
|
61 |
+
year = {2023}
|
62 |
+
}
|
63 |
+
|
64 |
+
```
|