Skip to content

Commit

Permalink
examples: Fix config llama3 (#1833) [skip ci]
Browse files Browse the repository at this point in the history
* update llama3 config

* llama3 config
  • Loading branch information
JohanWork authored Oct 14, 2024
1 parent 335027f commit 6d9a3c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/llama-3/instruct-dpo-lora-8b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion examples/llama-3/instruct-lora-8b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d9a3c4

Please sign in to comment.