update training

This commit is contained in:
Ubuntu
2025-09-01 09:33:16 +00:00
parent a520d9cae5
commit d3bd2806e8
7 changed files with 437 additions and 130 deletions

View File

@@ -145,7 +145,7 @@ def prepare_vqa(
assistant_message = {
"role": "assistant_gt",
"content": assistant_content_string, #[{"type": "text", "text": assistant_content_string}],
"content": [{"type": "text", "text": assistant_content_string}],
}
final_conversations.append([system_message, user_message, assistant_message])