AQuarterMile commited on
Commit
3f5f799
Β·
verified Β·
1 Parent(s): 6ea92d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -18
README.md CHANGED
@@ -1,10 +1,9 @@
1
  ---
2
  library_name: transformers
3
- license: other
4
  base_model: Qwen/Qwen2.5-7B-Instruct
5
  tags:
6
  - llama-factory
7
- - full
8
  - generated_from_trainer
9
  model-index:
10
  - name: WritingBench-Writing-Model-7b
@@ -14,21 +13,14 @@ model-index:
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- # WritingBench-Writing-Model-7b
18
 
19
- This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the 12K SFT dataset.
 
 
20
 
21
- ## Model description
22
 
23
- More information needed
24
-
25
- ## Intended uses & limitations
26
-
27
- More information needed
28
-
29
- ## Training and evaluation data
30
-
31
- More information needed
32
 
33
  ## Training procedure
34
 
@@ -49,13 +41,20 @@ The following hyperparameters were used during training:
49
  - lr_scheduler_warmup_ratio: 0.1
50
  - num_epochs: 5
51
 
52
- ### Training results
53
-
54
-
55
-
56
  ### Framework versions
57
 
58
  - Transformers 4.46.1
59
  - Pytorch 2.4.0+cu121
60
  - Datasets 3.1.0
61
  - Tokenizers 0.20.3
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
  base_model: Qwen/Qwen2.5-7B-Instruct
5
  tags:
6
  - llama-factory
 
7
  - generated_from_trainer
8
  model-index:
9
  - name: WritingBench-Writing-Model-7b
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # Writing-Model-Qwen-7b
17
 
18
+ <p align="center">
19
+ πŸ“ƒ <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">[Writing Model]</a>
20
+ </p>
21
 
22
+ This model is fine-tuned from [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on a 12K SFT dataset for writing evaluation tasks.
23
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## Training procedure
26
 
 
41
  - lr_scheduler_warmup_ratio: 0.1
42
  - num_epochs: 5
43
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.46.1
47
  - Pytorch 2.4.0+cu121
48
  - Datasets 3.1.0
49
  - Tokenizers 0.20.3
50
+
51
+ ## πŸ“ Citation
52
+
53
+ ```
54
+ @misc{wu2025writingbench,
55
+ title={WritingBench: A Comprehensive Benchmark for Generative Writing},
56
+ 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},
57
+ year={2025},
58
+ url={https://arxiv.org/abs/2503.05244},
59
+ }
60
+ ```