Japanese
English
RioShiina commited on
Commit
361fa2d
1 Parent(s): b21db11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -3
README.md CHANGED
@@ -1,3 +1,76 @@
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-it-exl2/tree/4.0bpw)**
9
+ **[6.0bpw](https://huggingface.co/rioshiina/gemma-2-baku-2b-it-exl2/tree/6.0bpw)**
10
+ **[8.0bpw](https://huggingface.co/rioshiina/gemma-2-baku-2b-it-exl2/tree/8.0bpw)**
11
+
12
+ # gemma-2-baku-2b-it-exl2
13
+ - Model creator: [rinna](https://huggingface.co/rinna)
14
+ - Original model: [gemma-2-baku-2b-it](https://huggingface.co/rinna/gemma-2-baku-2b-it)
15
+
16
+ ## Prompt template
17
+
18
+ ```
19
+ <bos><start_of_turn>user
20
+ 西田幾多郎とはどんな人物ですか?<end_of_turn>
21
+ <start_of_turn>model
22
+
23
+
24
+ ```
25
+
26
+ ### License
27
+
28
+ [Gemma Terms of Use](https://ai.google.dev/gemma/terms)
29
+
30
+ ### Citations
31
+
32
+ ```tex
33
+ @misc{rinna-gemma-2-baku-2b-it,
34
+ title = {rinna/gemma-2-baku-2b-it},
35
+ author = {Chen, Xinqi and Wakatsuki, Toshiaki and Sawada, Kei},
36
+ url = {https://huggingface.co/rinna/gemma-2-baku-2b-it}
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
+
52
+ ```tex
53
+ @article{gemma-2-2024,
54
+ title = {Gemma 2},
55
+ url = {https://www.kaggle.com/models/google/gemma-2},
56
+ publisher = {Kaggle},
57
+ author = {Gemma Team},
58
+ year = {2024}
59
+ }
60
+
61
+ @article{huang2023chat,
62
+ title = {Chat Vector: A Simple Approach to Equip LLMs with Instruction Following and Model Alignment in New Languages},
63
+ 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},
64
+ year = {2023},
65
+ url = {https://arxiv.org/abs/2310.04799}
66
+ }
67
+
68
+ @article{hong2024orpo,
69
+ title = {ORPO: Monolithic Preference Optimization without Reference Model},
70
+ author = {Hong, Jiwoo and Lee, Noah and Thorne, James},
71
+ year = {2024},
72
+ url = {https://arxiv.org/abs/2403.07691}
73
+ }
74
+
75
+
76
+ ```