From 6d9a3c4d817cd57e702b270c04d2b2d2400c3ad4 Mon Sep 17 00:00:00 2001 From: JohanWork <39947546+JohanWork@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:00:48 +0200 Subject: [PATCH] examples: Fix config llama3 (#1833) [skip ci] * update llama3 config * llama3 config --- examples/llama-3/instruct-dpo-lora-8b.yml | 1 - examples/llama-3/instruct-lora-8b.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/llama-3/instruct-dpo-lora-8b.yml b/examples/llama-3/instruct-dpo-lora-8b.yml index 14febb810..dc8835035 100644 --- a/examples/llama-3/instruct-dpo-lora-8b.yml +++ b/examples/llama-3/instruct-dpo-lora-8b.yml @@ -11,7 +11,6 @@ rl: dpo datasets: - path: fozziethebeat/alpaca_messages_2k_dpo_test type: chat_template.default - chat_template: llama3 field_messages: conversation field_chosen: chosen field_rejected: rejected diff --git a/examples/llama-3/instruct-lora-8b.yml b/examples/llama-3/instruct-lora-8b.yml index 4acad5999..ae9a8088c 100644 --- a/examples/llama-3/instruct-lora-8b.yml +++ b/examples/llama-3/instruct-lora-8b.yml @@ -10,7 +10,6 @@ chat_template: llama3 datasets: - path: fozziethebeat/alpaca_messages_2k_test type: chat_template - chat_template: llama3 field_messages: messages message_field_role: role message_field_content: content