Skip to content

Conversation

Jintao-Huang
Copy link
Collaborator

PR type

  • New Feature

@Jintao-Huang
Copy link
Collaborator Author

#2145

except NotImplementedError:
pass

# Preparing LoRA
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fix lora

def add_default_tags(self, example: Dict[str, Any]) -> None:
history: History = deepcopy(example.get('history') or [])
query: str = example.get('query') or ''
response: str = example.get('response') or ''
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The response supports images and supports interleaved pre-training.

@Jintao-Huang Jintao-Huang merged commit 045d8c1 into modelscope:main Sep 27, 2024
1 of 2 checks passed
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.

2 participants