update training
This commit is contained in:
@@ -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])
|
||||
|
Reference in New Issue
Block a user