Update README.md
Browse files
README.md
CHANGED
@@ -173,5 +173,29 @@ processor = AutoProcessor.from_pretrained(
|
|
173 |
Note: The first value in each cell represents **Rouge-L**.The second value (after `/`) represents **Accuracy**, normalized such that **Rouge-L = 100%**.
|
174 |
|
175 |
|
|
|
176 |
|
|
|
177 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
Note: The first value in each cell represents **Rouge-L**.The second value (after `/`) represents **Accuracy**, normalized such that **Rouge-L = 100%**.
|
174 |
|
175 |
|
176 |
+
## **Intended Uses & Limitations**
|
177 |
|
178 |
+
This model is an instructional model. However, it’s still undergoing development. It incorporates some level of guardrails, but it still may produce answers that are inaccurate, biased, or otherwise objectionable in response to user prompts. We recommend that developers assess these risks in the context of their use case.
|
179 |
|
180 |
+
## **Follow us**
|
181 |
+
|
182 |
+
**https://twitter.com/opentyphoon**
|
183 |
+
|
184 |
+
## **Support**
|
185 |
+
|
186 |
+
**https://discord.gg/CqyBscMFpg**
|
187 |
+
|
188 |
+
## **Citation**
|
189 |
+
|
190 |
+
- If you find Typhoon2 useful for your work, please cite it using:
|
191 |
+
```
|
192 |
+
@misc{typhoon2,
|
193 |
+
title={Typhoon 2: A Family of Open Text and Multimodal Thai Large Language Models},
|
194 |
+
author={Kunat Pipatanakul and Potsawee Manakul and Natapong Nitarach and Warit Sirichotedumrong and Surapon Nonesung and Teetouch Jaknamon and Parinthapat Pengpun and Pittawat Taveekitworachai and Adisai Na-Thalang and Sittipong Sripaisarnmongkol and Krisanapong Jirayoot and Kasima Tharnpipitchai},
|
195 |
+
year={2024},
|
196 |
+
eprint={2412.13702},
|
197 |
+
archivePrefix={arXiv},
|
198 |
+
primaryClass={cs.CL},
|
199 |
+
url={https://arxiv.org/abs/2412.13702},
|
200 |
+
}
|
201 |
+
```
|