Create README.md
Browse files
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 |
+
```
|