AQuarterMile commited on
Commit
8d78889
Β·
verified Β·
1 Parent(s): ec7e225

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,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
+ ---
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
+ ```