Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
---
|
5 |
+
|
6 |
+
**Typhoon2-Qwen2.5-7B**: Thai Large Language Model (Instruct)
|
7 |
+
|
8 |
+
**Typhoon2-Qwen2.5-7B** is a pretrained only Thai 🇹🇠large language model with 7 billion parameters, and it is based on Qwen2.5-7B.
|
9 |
+
|
10 |
+
|
11 |
+
[TODO add one image and table result]
|
12 |
+
|
13 |
+
For release post, please see our [blog](...).
|
14 |
+
|
15 |
+
## **Model Description**
|
16 |
+
|
17 |
+
- **Model type**: A 7B instruct decoder-only model based on Qwen2 architecture.
|
18 |
+
- **Requirement**: transformers 4.45.0 or newer.
|
19 |
+
- **Primary Language(s)**: Thai 🇹🇠and English 🇬🇧
|
20 |
+
- **License**: Apache-2.0
|
21 |
+
|
22 |
+
|
23 |
+
## **Intended Uses & Limitations**
|
24 |
+
|
25 |
+
This model is a pretrained base model. Thus, it may not be able to follow human instructions without using one/few-shot learning or instruction fine-tuning. The model does not have any moderation mechanisms, and may generate harmful or inappropriate responses.
|
26 |
+
|
27 |
+
## **Follow us**
|
28 |
+
|
29 |
+
**https://twitter.com/opentyphoon**
|
30 |
+
|
31 |
+
## **Support**
|
32 |
+
|
33 |
+
**https://discord.gg/CqyBscMFpg**
|
34 |
+
|
35 |
+
## **Citation**
|
36 |
+
|
37 |
+
- If you find Typhoon2 useful for your work, please cite it using:
|
38 |
+
```
|
39 |
+
@article{pipatanakul2023typhoon,
|
40 |
+
title={Typhoon: Thai Large Language Models},
|
41 |
+
author={Kunat Pipatanakul and Phatrasek Jirabovonvisut and Potsawee Manakul and Sittipong Sripaisarnmongkol and Ruangsak Patomwong and Pathomporn Chokchainant and Kasima Tharnpipitchai},
|
42 |
+
year={2023},
|
43 |
+
journal={arXiv preprint arXiv:2312.13951},
|
44 |
+
url={https://arxiv.org/abs/2312.13951}
|
45 |
+
}
|
46 |
+
```
|