Skip to content

Commit

Permalink
fix messages field for test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Dec 3, 2024
1 parent b9472c3 commit 04121f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_relora_llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_relora(self, temp_dir):
"path": "mlabonne/FineTome-100k",
"type": "chat_template",
"split": "train[:10%]",
"field_messages": "conversation",
"field_messages": "conversations",
"message_field_role": "from",
"message_field_content": "value",
},
Expand Down

0 comments on commit 04121f5

Please sign in to comment.