Update README.md
Browse files
README.md
CHANGED
@@ -16,21 +16,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# Qwen2.5-3B-MP-RM
|
18 |
|
19 |
-
This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on the iqwiki-kor/MP-86k dataset.
|
20 |
|
21 |
-
##
|
|
|
|
|
|
|
|
|
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 |
|
35 |
### Training hyperparameters
|
36 |
|
@@ -49,13 +43,3 @@ The following hyperparameters were used during training:
|
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
- num_epochs: 1
|
51 |
|
52 |
-
### Training results
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
### Framework versions
|
57 |
-
|
58 |
-
- Transformers 4.45.1
|
59 |
-
- Pytorch 2.4.0
|
60 |
-
- Datasets 2.21.0
|
61 |
-
- Tokenizers 0.20.0
|
|
|
16 |
|
17 |
# Qwen2.5-3B-MP-RM
|
18 |
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on the [iqwiki-kor/MP-86k](https://huggingface.co/datasets/iqwiki-kor/MP-86k) dataset.
|
20 |
|
21 |
+
## RewardBench Evaluation
|
22 |
+
| Model | Chat | Chat-Hard | Safety | Reasoning | Avg. |
|
23 |
+
|-----------------------------------------------------------------------------------------------------|---------:|-------:|------:|--------:|--------:|
|
24 |
+
| [iqwiki-kor/Qwen2.5-3B-MP-RM](https://huggingface.co/iqwiki-kor/Qwen2.5-3B-MP-RM) |89.1| 75.2| 87.3| 95.4| 86.8|
|
25 |
+
| [RLHFlow/ArmoRM-Llama3-8B-v0.1](https://huggingface.co/RLHFlow/ArmoRM-Llama3-8B-v0.1) |96.9 |76.8 |90.5 |97.3 |90.4|
|
26 |
|
|
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
### Training hyperparameters
|
30 |
|
|
|
43 |
- lr_scheduler_warmup_ratio: 0.1
|
44 |
- num_epochs: 1
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|