From 1fceaa20e3c2568945200f95a40259cb7eaf366f Mon Sep 17 00:00:00 2001 From: sunny Date: Fri, 8 Nov 2024 09:37:28 -0500 Subject: [PATCH] , --- test2.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test2.yml b/test2.yml index 2113e8ebb..6b7d2daf7 100644 --- a/test2.yml +++ b/test2.yml @@ -1,5 +1,7 @@ base_model: JackFram/llama-68m +load_in_8bit: true + datasets: - path: arcee-ai/distilabel-intel-orca-dpo-pairs-binarized type: chatml.ultra @@ -7,12 +9,13 @@ datasets: output_dir: ./outputs/lora-out sequence_len: 1024 -load_in_8bit: true + adapter: lora lora_r: 64 lora_alpha: 32 lora_dropout: 0.1 lora_target_linear: true + rl: dpo dpo_use_weighting: true