yentinglin
commited on
Commit
•
d4b5dc3
1
Parent(s):
d2040e0
Update README.md
Browse files
README.md
CHANGED
@@ -102,24 +102,13 @@ The following hyperparameters were used during training:
|
|
102 |
If you find Taiwan LLM is useful in your work, please cite it with:
|
103 |
|
104 |
```
|
105 |
-
@
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
publisher = "Association for Computational Linguistics",
|
113 |
-
url = "https://aclanthology.org/2023.nlp4convai-1.5",
|
114 |
-
pages = "47--58"
|
115 |
-
}
|
116 |
-
|
117 |
-
@misc{taiwanllama,
|
118 |
-
author={Lin, Yen-Ting and Chen, Yun-Nung},
|
119 |
-
title={Language Models for Taiwanese Culture},
|
120 |
-
year={2023},
|
121 |
-
url={https://github.com/MiuLab/Taiwan-LLaMa},
|
122 |
-
note={Code and models available at https://github.com/MiuLab/Taiwan-LLaMa},
|
123 |
}
|
124 |
```
|
125 |
|
|
|
102 |
If you find Taiwan LLM is useful in your work, please cite it with:
|
103 |
|
104 |
```
|
105 |
+
@misc{lin2023taiwan,
|
106 |
+
title={Taiwan LLM: Bridging the Linguistic Divide with a Culturally Aligned Language Model},
|
107 |
+
author={Yen-Ting Lin and Yun-Nung Chen},
|
108 |
+
year={2023},
|
109 |
+
eprint={2311.17487},
|
110 |
+
archivePrefix={arXiv},
|
111 |
+
primaryClass={cs.CL}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
}
|
113 |
```
|
114 |
|