Commit
·
daf31e0
1
Parent(s):
53fa066
Update README.md
Browse files
README.md
CHANGED
|
@@ -80,24 +80,13 @@ The following hyperparameters were used during training:
|
|
| 80 |
If you find Taiwan LLM is useful in your work, please cite it with:
|
| 81 |
|
| 82 |
```
|
| 83 |
-
@
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
publisher = "Association for Computational Linguistics",
|
| 91 |
-
url = "https://aclanthology.org/2023.nlp4convai-1.5",
|
| 92 |
-
pages = "47--58"
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
-
@misc{taiwanllama,
|
| 96 |
-
author={Lin, Yen-Ting and Chen, Yun-Nung},
|
| 97 |
-
title={Language Models for Taiwanese Culture},
|
| 98 |
-
year={2023},
|
| 99 |
-
url={https://github.com/MiuLab/Taiwan-LLaMa},
|
| 100 |
-
note={Code and models available at https://github.com/MiuLab/Taiwan-LLaMa},
|
| 101 |
}
|
| 102 |
```
|
| 103 |
|
|
|
|
| 80 |
If you find Taiwan LLM is useful in your work, please cite it with:
|
| 81 |
|
| 82 |
```
|
| 83 |
+
@misc{lin2023taiwan,
|
| 84 |
+
title={Taiwan LLM: Bridging the Linguistic Divide with a Culturally Aligned Language Model},
|
| 85 |
+
author={Yen-Ting Lin and Yun-Nung Chen},
|
| 86 |
+
year={2023},
|
| 87 |
+
eprint={2311.17487},
|
| 88 |
+
archivePrefix={arXiv},
|
| 89 |
+
primaryClass={cs.CL}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
}
|
| 91 |
```
|
| 92 |
|