yentinglin
commited on
Commit
•
9c812c5
1
Parent(s):
11d7e35
Update README.md
Browse files
README.md
CHANGED
@@ -88,23 +88,12 @@ The following hyperparameters were used during training:
|
|
88 |
If you find Taiwan LLM is useful in your work, please cite it with:
|
89 |
|
90 |
```
|
91 |
-
@
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
publisher = "Association for Computational Linguistics",
|
99 |
-
url = "https://aclanthology.org/2023.nlp4convai-1.5",
|
100 |
-
pages = "47--58"
|
101 |
-
}
|
102 |
-
|
103 |
-
@misc{taiwanllama,
|
104 |
-
author={Lin, Yen-Ting and Chen, Yun-Nung},
|
105 |
-
title={Language Models for Taiwanese Culture},
|
106 |
-
year={2023},
|
107 |
-
url={https://github.com/MiuLab/Taiwan-LLaMa},
|
108 |
-
note={Code and models available at https://github.com/MiuLab/Taiwan-LLaMa},
|
109 |
}
|
110 |
```
|
|
|
88 |
If you find Taiwan LLM is useful in your work, please cite it with:
|
89 |
|
90 |
```
|
91 |
+
@misc{lin2023taiwan,
|
92 |
+
title={Taiwan LLM: Bridging the Linguistic Divide with a Culturally Aligned Language Model},
|
93 |
+
author={Yen-Ting Lin and Yun-Nung Chen},
|
94 |
+
year={2023},
|
95 |
+
eprint={2311.17487},
|
96 |
+
archivePrefix={arXiv},
|
97 |
+
primaryClass={cs.CL}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
}
|
99 |
```
|