File size: 1,641 Bytes
98eac45 2c8eee5 98eac45 2c8eee5 98eac45 63f7508 98eac45 63f7508 98eac45 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
---
library_name: transformers
license: other
base_model: Qwen/Qwen2.5-3B-Instruct
tags:
- trl
- reward-trainer
- generated_from_trainer
model-index:
- name: Qwen2.5-3B-MP-RM
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# Qwen2.5-3B-MP-RM
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.
## RewardBench Evaluation
| Model | Chat | Chat-Hard | Safety | Reasoning | Avg. |
|-----------------------------------------------------------------------------------------------------|---------:|-------:|------:|--------:|--------:|
| [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|
| [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|
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- distributed_type: multi-GPU
- num_devices: 4
- gradient_accumulation_steps: 2
- total_train_batch_size: 128
- total_eval_batch_size: 32
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 1
|