Improve language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +41 -27
README.md CHANGED
@@ -1,28 +1,42 @@
1
- ---
2
- license: apache-2.0
3
- base_model:
4
- - Qwen/Qwen2.5-32B-Instruct
5
- pipeline_tag: text-generation
6
- library_name: transformers
7
- tags:
8
- - writing
9
- ---
10
-
11
- # WritingBench-Critic-Model-Qwen-32B-thinking
12
-
13
- <p align="center">
14
- 📃 <a href="https://arxiv.org/abs/2503.05244" target="_blank">[Paper]</a> • 🚀 <a href="https://github.com/X-PLUG/WritingBench" target="_blank">[Github Repo]</a> • 📏 <a href="https://huggingface.co/AQuarterMile/WritingBench-Critic-Model-Qwen-7B" target="_blank">[Critic Model]</a> • ✍️ <a href="https://huggingface.co/AQuarterMile/Writing-Model-Qwen-7B" target="_blank">[Writer-7B]</a> <a href="https://huggingface.co/AQuarterMile/Writing-Model-Qwen-32B-thinking" target="_blank">[Writer-32B]</a>
15
- </p>
16
-
17
- This model is fine-tuned from [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on a 12K SFT dataset for writing evaluation tasks.
18
-
19
- ## 📝 Citation
20
-
21
- ```
22
- @misc{wu2025writingbench,
23
- title={WritingBench: A Comprehensive Benchmark for Generative Writing},
24
- author={Yuning Wu and Jiahao Mei and Ming Yan and Chenliang Li and Shaopeng Lai and Yuran Ren and Zijia Wang and Ji Zhang and Mengyue Wu and Qin Jin and Fei Huang},
25
- year={2025},
26
- url={https://arxiv.org/abs/2503.05244},
27
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ```
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - Qwen/Qwen2.5-32B-Instruct
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
+ tags:
8
+ - writing
9
+ language:
10
+ - zho
11
+ - eng
12
+ - fra
13
+ - spa
14
+ - por
15
+ - deu
16
+ - ita
17
+ - rus
18
+ - jpn
19
+ - kor
20
+ - vie
21
+ - tha
22
+ - ara
23
+ ---
24
+
25
+ # WritingBench-Critic-Model-Qwen-32B-thinking
26
+
27
+ <p align="center">
28
+ 📃 <a href="https://arxiv.org/abs/2503.05244" target="_blank">[Paper]</a> • 🚀 <a href="https://github.com/X-PLUG/WritingBench" target="_blank">[Github Repo]</a> • 📏 <a href="https://huggingface.co/AQuarterMile/WritingBench-Critic-Model-Qwen-7B" target="_blank">[Critic Model]</a> • ✍️ <a href="https://huggingface.co/AQuarterMile/Writing-Model-Qwen-7B" target="_blank">[Writer-7B]</a> <a href="https://huggingface.co/AQuarterMile/Writing-Model-Qwen-32B-thinking" target="_blank">[Writer-32B]</a>
29
+ </p>
30
+
31
+ This model is fine-tuned from [Qwen/Qwen2.5-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-32B-Instruct) on a 12K SFT dataset for writing evaluation tasks.
32
+
33
+ ## 📝 Citation
34
+
35
+ ```
36
+ @misc{wu2025writingbench,
37
+ title={WritingBench: A Comprehensive Benchmark for Generative Writing},
38
+ author={Yuning Wu and Jiahao Mei and Ming Yan and Chenliang Li and Shaopeng Lai and Yuran Ren and Zijia Wang and Ji Zhang and Mengyue Wu and Qin Jin and Fei Huang},
39
+ year={2025},
40
+ url={https://arxiv.org/abs/2503.05244},
41
+ }
42
  ```