Views
No views yet
| Chat | Chat Hard | Safety | Reasoning |
|---|---|---|---|
| 0.89 | 0.42 | 0.68 | 0.61 |

1fusion_bench --config-name llama_full_finetune \
2 fabric.loggers.name=llama_full_bradley_terry_rm \
3 method=lm_finetune/bradley_terry_rm \
4 method.dataloader_kwargs.batch_size=8 \
5 method.accumulate_grad_batches=16 \
6 method.lr_scheduler.min_lr=1e-7 \
7 method.lr_scheduler.max_lr=5e-6 \
8 method.lr_scheduler.warmup_steps=100 \
9 method.optimizer.lr=0 \
10 method.optimizer.weight_decay=0.001 \
11 method.gradient_clip_val=1 \
12 method.max_epochs=2 \
13 method.checkpoint_save_interval=epoch \
14 method.checkpoint_save_frequency=1 \
15 modelpool=SeqenceClassificationModelPool/llama_preference700k