lbourdois commited on
Commit
7788e01
·
verified ·
1 Parent(s): 4a83ca6

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 +77 -65
README.md CHANGED
@@ -1,66 +1,78 @@
1
- ---
2
- base_model: Qwen/Qwen2.5-1.5B
3
- language:
4
- - en
5
- pipeline_tag: text-generation
6
- library_name: transformers
7
- license: apache-2.0
8
- license_link: https://huggingface.co/Qwen/Qwen2.5-Math-1.5B/blob/main/LICENSE
9
- ---
10
-
11
- # Qwen2.5-Math-1.5B
12
-
13
- > [!Warning]
14
- > <div align="center">
15
- > <b>
16
- > 🚨 Qwen2.5-Math mainly supports solving English and Chinese math problems through CoT and TIR. We do not recommend using this series of models for other tasks.
17
- > </b>
18
- > </div>
19
-
20
- ## Introduction
21
-
22
- In August 2024, we released the first series of mathematical LLMs - [Qwen2-Math](https://qwenlm.github.io/blog/qwen2-math/) - of our Qwen family. A month later, we have upgraded it and open-sourced **Qwen2.5-Math** series, including base models **Qwen2.5-Math-1.5B/7B/72B**, instruction-tuned models **Qwen2.5-Math-1.5B/7B/72B-Instruct**, and mathematical reward model **Qwen2.5-Math-RM-72B**.
23
-
24
- Unlike Qwen2-Math series which only supports using Chain-of-Thught (CoT) to solve English math problems, Qwen2.5-Math series is expanded to support using both CoT and Tool-integrated Reasoning (TIR) to solve math problems in both Chinese and English. The Qwen2.5-Math series models have achieved significant performance improvements compared to the Qwen2-Math series models on the Chinese and English mathematics benchmarks with CoT.
25
- ![](http://qianwen-res.oss-accelerate-overseas.aliyuncs.com/Qwen2.5/qwen2.5-math-pipeline.jpeg)
26
-
27
- While CoT plays a vital role in enhancing the reasoning capabilities of LLMs, it faces challenges in achieving computational accuracy and handling complex mathematical or algorithmic reasoning tasks, such as finding the roots of a quadratic equation or computing the eigenvalues of a matrix. TIR can further improve the model's proficiency in precise computation, symbolic manipulation, and algorithmic manipulation. Qwen2.5-Math-1.5B/7B/72B-Instruct achieve 79.7, 85.3, and 87.8 respectively on the MATH benchmark using TIR.
28
-
29
- ## Model Details
30
-
31
-
32
- For more details, please refer to our [blog post](https://qwenlm.github.io/blog/qwen2.5-math/) and [GitHub repo](https://github.com/QwenLM/Qwen2.5-Math).
33
-
34
-
35
- ## Requirements
36
- * `transformers>=4.37.0` for Qwen2.5-Math models. The latest version is recommended.
37
-
38
- > [!Warning]
39
- > <div align="center">
40
- > <b>
41
- > 🚨 This is a must because <code>transformers</code> integrated Qwen2 codes since <code>4.37.0</code>.
42
- > </b>
43
- > </div>
44
-
45
- For requirements on GPU memory and the respective throughput, see similar results of Qwen2 [here](https://qwen.readthedocs.io/en/latest/benchmark/speed_benchmark.html).
46
-
47
- ## Quick Start
48
-
49
- > [!Important]
50
- >
51
- > **Qwen2.5-Math-1.5B-Instruct** is an instruction model for chatting;
52
- >
53
- > **Qwen2.5-Math-1.5B** is a base model typically used for completion and few-shot inference, serving as a better starting point for fine-tuning.
54
-
55
- ## Citation
56
-
57
- If you find our work helpful, feel free to give us a citation.
58
-
59
- ```
60
- @article{yang2024qwen25mathtechnicalreportmathematical,
61
- title={Qwen2.5-Math Technical Report: Toward Mathematical Expert Model via Self-Improvement},
62
- author={An Yang and Beichen Zhang and Binyuan Hui and Bofei Gao and Bowen Yu and Chengpeng Li and Dayiheng Liu and Jianhong Tu and Jingren Zhou and Junyang Lin and Keming Lu and Mingfeng Xue and Runji Lin and Tianyu Liu and Xingzhang Ren and Zhenru Zhang},
63
- journal={arXiv preprint arXiv:2409.12122},
64
- year={2024}
65
- }
 
 
 
 
 
 
 
 
 
 
 
 
66
  ```
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-1.5B
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
+ pipeline_tag: text-generation
18
+ library_name: transformers
19
+ license: apache-2.0
20
+ license_link: https://huggingface.co/Qwen/Qwen2.5-Math-1.5B/blob/main/LICENSE
21
+ ---
22
+
23
+ # Qwen2.5-Math-1.5B
24
+
25
+ > [!Warning]
26
+ > <div align="center">
27
+ > <b>
28
+ > 🚨 Qwen2.5-Math mainly supports solving English and Chinese math problems through CoT and TIR. We do not recommend using this series of models for other tasks.
29
+ > </b>
30
+ > </div>
31
+
32
+ ## Introduction
33
+
34
+ In August 2024, we released the first series of mathematical LLMs - [Qwen2-Math](https://qwenlm.github.io/blog/qwen2-math/) - of our Qwen family. A month later, we have upgraded it and open-sourced **Qwen2.5-Math** series, including base models **Qwen2.5-Math-1.5B/7B/72B**, instruction-tuned models **Qwen2.5-Math-1.5B/7B/72B-Instruct**, and mathematical reward model **Qwen2.5-Math-RM-72B**.
35
+
36
+ Unlike Qwen2-Math series which only supports using Chain-of-Thught (CoT) to solve English math problems, Qwen2.5-Math series is expanded to support using both CoT and Tool-integrated Reasoning (TIR) to solve math problems in both Chinese and English. The Qwen2.5-Math series models have achieved significant performance improvements compared to the Qwen2-Math series models on the Chinese and English mathematics benchmarks with CoT.
37
+ ![](http://qianwen-res.oss-accelerate-overseas.aliyuncs.com/Qwen2.5/qwen2.5-math-pipeline.jpeg)
38
+
39
+ While CoT plays a vital role in enhancing the reasoning capabilities of LLMs, it faces challenges in achieving computational accuracy and handling complex mathematical or algorithmic reasoning tasks, such as finding the roots of a quadratic equation or computing the eigenvalues of a matrix. TIR can further improve the model's proficiency in precise computation, symbolic manipulation, and algorithmic manipulation. Qwen2.5-Math-1.5B/7B/72B-Instruct achieve 79.7, 85.3, and 87.8 respectively on the MATH benchmark using TIR.
40
+
41
+ ## Model Details
42
+
43
+
44
+ For more details, please refer to our [blog post](https://qwenlm.github.io/blog/qwen2.5-math/) and [GitHub repo](https://github.com/QwenLM/Qwen2.5-Math).
45
+
46
+
47
+ ## Requirements
48
+ * `transformers>=4.37.0` for Qwen2.5-Math models. The latest version is recommended.
49
+
50
+ > [!Warning]
51
+ > <div align="center">
52
+ > <b>
53
+ > 🚨 This is a must because <code>transformers</code> integrated Qwen2 codes since <code>4.37.0</code>.
54
+ > </b>
55
+ > </div>
56
+
57
+ For requirements on GPU memory and the respective throughput, see similar results of Qwen2 [here](https://qwen.readthedocs.io/en/latest/benchmark/speed_benchmark.html).
58
+
59
+ ## Quick Start
60
+
61
+ > [!Important]
62
+ >
63
+ > **Qwen2.5-Math-1.5B-Instruct** is an instruction model for chatting;
64
+ >
65
+ > **Qwen2.5-Math-1.5B** is a base model typically used for completion and few-shot inference, serving as a better starting point for fine-tuning.
66
+
67
+ ## Citation
68
+
69
+ If you find our work helpful, feel free to give us a citation.
70
+
71
+ ```
72
+ @article{yang2024qwen25mathtechnicalreportmathematical,
73
+ title={Qwen2.5-Math Technical Report: Toward Mathematical Expert Model via Self-Improvement},
74
+ author={An Yang and Beichen Zhang and Binyuan Hui and Bofei Gao and Bowen Yu and Chengpeng Li and Dayiheng Liu and Jianhong Tu and Jingren Zhou and Junyang Lin and Keming Lu and Mingfeng Xue and Runji Lin and Tianyu Liu and Xingzhang Ren and Zhenru Zhang},
75
+ journal={arXiv preprint arXiv:2409.12122},
76
+ year={2024}
77
+ }
78
  ```