lbourdois commited on
Commit
ce2fe2f
·
verified ·
1 Parent(s): 78674cb

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +109 -99
README.md CHANGED
@@ -1,99 +1,109 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - th
5
- - zh
6
- - en
7
- metrics:
8
- - accuracy
9
- base_model:
10
- - Qwen/Qwen2.5-7B
11
- pipeline_tag: text-generation
12
- tags:
13
- - chemistry
14
- - biology
15
- - finance
16
- - legal
17
- - code
18
- - medical
19
- - text-generation-inference
20
- ---
21
- ![support by](./footer_logo.png)
22
- ![](https://miro.medium.com/v2/resize:fit:4800/format:webp/1*Xo1DRHZUWob8r4zqpfIaLg.png)
23
- # OpenThaiLLM-Prebuilt-7B: Thai & China & English Large Language Model
24
- **OpenThaiLLM-Prebuilt-7B** is a Thai 🇹🇭 & Chinese 🇨🇳 & English 🇬🇧 large language model with 7 billion parameters, and it is continue pretrain based on Qwen2.5-7B.
25
- It demonstrates competitive performance with llama-3-typhoon-v1.5-8b, and is optimized for application use cases, Retrieval-Augmented Generation (RAG),
26
- constrained generation, and reasoning tasks.
27
-
28
- ## **Model detail**
29
- For release notes, please see our [blog](https://medium.com/@superkingbasskb/openthaillm-prebuilt-release-f1b0e22be6a5).
30
-
31
- **We do not recommend using base language models for conversations.** Instead, you can apply post-training, e.g., SFT, RLHF, continued pretraining, etc., on this model.
32
-
33
- ## How to use:
34
- The Colab notebook for getting started with fine-tuning OpenThaiLLM using LoRA is available [here](https://colab.research.google.com/drive/1JMncfoG7RsVVyLekjFd5quMeOenEYfSA?usp=sharing).
35
- ## **Datasets Ratio**
36
- ![](https://miro.medium.com/v2/resize:fit:1200/format:webp/1*CZHj4d1nUScXP2QKk-bwDw.png)
37
-
38
- ## Requirements
39
- The code of Qwen2.5 has been in the latest Hugging face `transformers` and we advise you to use the latest version of `transformers`.
40
-
41
- With `transformers<4.37.0`, you will encounter the following error:
42
- ```
43
- KeyError: 'qwen2'
44
- ```
45
-
46
- ## Evaluation Performance
47
- The Model evaluation performance is outperfoms other model that are leading in the top base model performance of Thai NLP community.
48
-
49
- | Model | ONET | IC | TGAT | TPAT-1 | A-Level | Average (ThaiExam) | MMLU | M3Exam | M6Exam |
50
- | :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
51
- | OpenthaiLLM-Prebuilt-7B | **0.5493** | 0.6315 | **0.6307** | **0.4655** | **0.37** | **0.5294** | 0.7054 | **0.5705** | **0.596** |
52
- | SeaLLM-v3-7B | 0.4753 | **0.6421** | 0.6153 | 0.3275 | 0.3464 | 0.4813 | 0.7037 | 0.4907 | 0.4625 | 0.3666 |
53
- | llama-3-typhoon-v1.5-8B | 0.3765 | 0.3473 | 0.5538 | 0.4137 | 0.2913 | 0.3965 | 0.6451 | 0.4312 | 0.4125 |
54
- | Qwen-2-7B | 0.4814 | 0.621 | 0.6153 | 0.3448 | 0.3385 | 0.4802 | **0.7073** | 0.4949 | 0.4807 |
55
- | Meta-Llama-3.1-8B | 0.3641 | 0.2631 | 0.2769 | 0.3793 | 0.1811 | 0.2929 | 0.6591 | 0.4239 | 0.3583 |
56
-
57
- ## **Contributor Contract**
58
-
59
- **LLM Team**
60
- Pakawat Phasook ([email protected])<br>
61
- Jessada Pranee (jessada.pran@kmutt.ac.th)<br>
62
- Arnon Saeoung (anon.saeoueng@gmail.com)<br>
63
- Kun Kerdthaisong (kun.ker@dome.tu.ac.th)<br>
64
- Kittisak Sukhantharat (kittisak.suk@stu.nida.ac.th)<br>
65
- Piyawat Chuangkrud (piyawat@it.kmitl.ac.th)<br>
66
- Chaianun Damrongrat ([email protected])<br>
67
- Sarawoot Kongyoung ([email protected])
68
-
69
- **Audio Team**
70
- Pattara Tipaksorn (pattara.tip@ncr.nstda.or.th)<br>
71
- Wayupuk Sommuang (wayupuk.som@dome.tu.ac.th)<br>
72
- Oatsada Chatthong (atsada.cha@dome.tu.ac.th)<br>
73
- Kwanchiva Thangthai (kwanchiva.thangthai@nectec.or.th)
74
-
75
- **Vision Team**
76
- Thirawarit Pitiphiphat (60010474@kmitl.ac.th)<br>
77
- Peerapas Ngokpon (jamesselmon78169@gmail.com)<br>
78
- Theerasit Issaranon ([email protected])
79
-
80
- ## Citation
81
-
82
- If you find our work helpful, feel free to give us a cite.
83
-
84
- ```
85
- @misc{qwen2.5,
86
- title = {Qwen2.5: A Party of Foundation Models},
87
- url = {https://qwenlm.github.io/blog/qwen2.5/},
88
- author = {Qwen Team},
89
- month = {September},
90
- year = {2024}
91
- }
92
-
93
- @article{qwen2,
94
- title={Qwen2 Technical Report},
95
- author={An Yang and Baosong Yang and Binyuan Hui and Bo Zheng and Bowen Yu and Chang Zhou and Chengpeng Li and Chengyuan Li and Dayiheng Liu and Fei Huang and Guanting Dong and Haoran Wei and Huan Lin and Jialong Tang and Jialin Wang and Jian Yang and Jianhong Tu and Jianwei Zhang and Jianxin Ma and Jin Xu and Jingren Zhou and Jinze Bai and Jinzheng He and Junyang Lin and Kai Dang and Keming Lu and Keqin Chen and Kexin Yang and Mei Li and Mingfeng Xue and Na Ni and Pei Zhang and Peng Wang and Ru Peng and Rui Men and Ruize Gao and Runji Lin and Shijie Wang and Shuai Bai and Sinan Tan and Tianhang Zhu and Tianhao Li and Tianyu Liu and Wenbin Ge and Xiaodong Deng and Xiaohuan Zhou and Xingzhang Ren and Xinyu Zhang and Xipin Wei and Xuancheng Ren and Yang Fan and Yang Yao and Yichang Zhang and Yu Wan and Yunfei Chu and Yuqiong Liu and Zeyu Cui and Zhenru Zhang and Zhihao Fan},
96
- journal={arXiv preprint arXiv:2407.10671},
97
- year={2024}
98
- }
99
-
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zho
5
+ - eng
6
+ - fra
7
+ - spa
8
+ - por
9
+ - deu
10
+ - ita
11
+ - rus
12
+ - jpn
13
+ - kor
14
+ - vie
15
+ - tha
16
+ - ara
17
+ metrics:
18
+ - accuracy
19
+ base_model:
20
+ - Qwen/Qwen2.5-7B
21
+ pipeline_tag: text-generation
22
+ tags:
23
+ - chemistry
24
+ - biology
25
+ - finance
26
+ - legal
27
+ - code
28
+ - medical
29
+ - text-generation-inference
30
+ ---
31
+ ![support by](./footer_logo.png)
32
+ ![](https://miro.medium.com/v2/resize:fit:4800/format:webp/1*Xo1DRHZUWob8r4zqpfIaLg.png)
33
+ # OpenThaiLLM-Prebuilt-7B: Thai & China & English Large Language Model
34
+ **OpenThaiLLM-Prebuilt-7B** is a Thai 🇹🇭 & Chinese 🇨🇳 & English 🇬🇧 large language model with 7 billion parameters, and it is continue pretrain based on Qwen2.5-7B.
35
+ It demonstrates competitive performance with llama-3-typhoon-v1.5-8b, and is optimized for application use cases, Retrieval-Augmented Generation (RAG),
36
+ constrained generation, and reasoning tasks.
37
+
38
+ ## **Model detail**
39
+ For release notes, please see our [blog](https://medium.com/@superkingbasskb/openthaillm-prebuilt-release-f1b0e22be6a5).
40
+
41
+ **We do not recommend using base language models for conversations.** Instead, you can apply post-training, e.g., SFT, RLHF, continued pretraining, etc., on this model.
42
+
43
+ ## How to use:
44
+ The Colab notebook for getting started with fine-tuning OpenThaiLLM using LoRA is available [here](https://colab.research.google.com/drive/1JMncfoG7RsVVyLekjFd5quMeOenEYfSA?usp=sharing).
45
+ ## **Datasets Ratio**
46
+ ![](https://miro.medium.com/v2/resize:fit:1200/format:webp/1*CZHj4d1nUScXP2QKk-bwDw.png)
47
+
48
+ ## Requirements
49
+ The code of Qwen2.5 has been in the latest Hugging face `transformers` and we advise you to use the latest version of `transformers`.
50
+
51
+ With `transformers<4.37.0`, you will encounter the following error:
52
+ ```
53
+ KeyError: 'qwen2'
54
+ ```
55
+
56
+ ## Evaluation Performance
57
+ The Model evaluation performance is outperfoms other model that are leading in the top base model performance of Thai NLP community.
58
+
59
+ | Model | ONET | IC | TGAT | TPAT-1 | A-Level | Average (ThaiExam) | MMLU | M3Exam | M6Exam |
60
+ | :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
61
+ | OpenthaiLLM-Prebuilt-7B | **0.5493** | 0.6315 | **0.6307** | **0.4655** | **0.37** | **0.5294** | 0.7054 | **0.5705** | **0.596** |
62
+ | SeaLLM-v3-7B | 0.4753 | **0.6421** | 0.6153 | 0.3275 | 0.3464 | 0.4813 | 0.7037 | 0.4907 | 0.4625 | 0.3666 |
63
+ | llama-3-typhoon-v1.5-8B | 0.3765 | 0.3473 | 0.5538 | 0.4137 | 0.2913 | 0.3965 | 0.6451 | 0.4312 | 0.4125 |
64
+ | Qwen-2-7B | 0.4814 | 0.621 | 0.6153 | 0.3448 | 0.3385 | 0.4802 | **0.7073** | 0.4949 | 0.4807 |
65
+ | Meta-Llama-3.1-8B | 0.3641 | 0.2631 | 0.2769 | 0.3793 | 0.1811 | 0.2929 | 0.6591 | 0.4239 | 0.3583 |
66
+
67
+ ## **Contributor Contract**
68
+
69
+ **LLM Team**
70
+ Pakawat Phasook (pakawat.phas@kmutt.ac.th)<br>
71
+ Jessada Pranee (jessada.pran@kmutt.ac.th)<br>
72
+ Arnon Saeoung (anon.saeoueng@gmail.com)<br>
73
+ Kun Kerdthaisong (kun.ker@dome.tu.ac.th)<br>
74
+ Kittisak Sukhantharat ([email protected])<br>
75
+ Piyawat Chuangkrud ([email protected])<br>
76
+ Chaianun Damrongrat (chaianun.damrongrat@nectec.or.th)<br>
77
+ Sarawoot Kongyoung (sarawoot.kongyoung@nectec.or.th)
78
+
79
+ **Audio Team**
80
+ Pattara Tipaksorn ([email protected])<br>
81
+ Wayupuk Sommuang ([email protected])<br>
82
+ Oatsada Chatthong (atsada.[email protected])<br>
83
+ Kwanchiva Thangthai ([email protected])
84
+
85
+ **Vision Team**
86
+ Thirawarit Pitiphiphat (60010474@kmitl.ac.th)<br>
87
+ Peerapas Ngokpon (jamesselmon78169@gmail.com)<br>
88
+ Theerasit Issaranon ([email protected])
89
+
90
+ ## Citation
91
+
92
+ If you find our work helpful, feel free to give us a cite.
93
+
94
+ ```
95
+ @misc{qwen2.5,
96
+ title = {Qwen2.5: A Party of Foundation Models},
97
+ url = {https://qwenlm.github.io/blog/qwen2.5/},
98
+ author = {Qwen Team},
99
+ month = {September},
100
+ year = {2024}
101
+ }
102
+
103
+ @article{qwen2,
104
+ title={Qwen2 Technical Report},
105
+ author={An Yang and Baosong Yang and Binyuan Hui and Bo Zheng and Bowen Yu and Chang Zhou and Chengpeng Li and Chengyuan Li and Dayiheng Liu and Fei Huang and Guanting Dong and Haoran Wei and Huan Lin and Jialong Tang and Jialin Wang and Jian Yang and Jianhong Tu and Jianwei Zhang and Jianxin Ma and Jin Xu and Jingren Zhou and Jinze Bai and Jinzheng He and Junyang Lin and Kai Dang and Keming Lu and Keqin Chen and Kexin Yang and Mei Li and Mingfeng Xue and Na Ni and Pei Zhang and Peng Wang and Ru Peng and Rui Men and Ruize Gao and Runji Lin and Shijie Wang and Shuai Bai and Sinan Tan and Tianhang Zhu and Tianhao Li and Tianyu Liu and Wenbin Ge and Xiaodong Deng and Xiaohuan Zhou and Xingzhang Ren and Xinyu Zhang and Xipin Wei and Xuancheng Ren and Yang Fan and Yang Yao and Yichang Zhang and Yu Wan and Yunfei Chu and Yuqiong Liu and Zeyu Cui and Zhenru Zhang and Zhihao Fan},
106
+ journal={arXiv preprint arXiv:2407.10671},
107
+ year={2024}
108
+ }
109
+