Skip to content

Conversation

@nikita-smetanin
Copy link

@nikita-smetanin nikita-smetanin commented Dec 23, 2025

  • Add support for Multimodal datasets in OpenAI-like format
  • Add support for Vision-Language model training with optional Vision encoder finetuning

@nikita-smetanin nikita-smetanin changed the base branch from main to next December 23, 2025 19:19
@nikita-smetanin nikita-smetanin requested review from artek0chumak and removed request for connermanuel December 23, 2025 19:41
]
Args:
message: The message to check.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

message_content

if len(image_data) > MAX_BASE64_IMAGE_LENGTH:
raise InvalidFileFormatError(
"The dataset is malformed, the `url` field must contain base64-encoded image "
f"that is less than 10MB, found ~{len(image_data) * 3 // 4} bytes.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to change 10MB to MAX_IMAGE_BYTES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants