Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two addition filter for image captions (resubmit) #122

Merged
merged 7 commits into from
Dec 8, 2023

Conversation

BeachWang
Copy link
Collaborator

Add descriptions in the documents for the two filter. Following is the two filters:

  1. text_action_filter: Filter to keep texts those contain actions in the text.
  2. text_entity_dependency_filter: Identify the entities in the text which are independent with other token, and filter them.
    The text containing no entities will be omitted.

@HYLcool HYLcool added the enhancement New feature or request label Dec 7, 2023
@BeachWang BeachWang added the dj:multimodal issues/PRs about multimodal data processing label Dec 7, 2023
@BeachWang BeachWang added this to the Multimodal Support milestone Dec 7, 2023
@BeachWang BeachWang removed the dj:multimodal issues/PRs about multimodal data processing label Dec 7, 2023
Copy link
Collaborator

@HYLcool HYLcool left a comment

Choose a reason for hiding this comment

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

Others LGTM

@BeachWang BeachWang merged commit 66eda06 into modelscope:main Dec 8, 2023
3 checks passed
@HYLcool HYLcool linked an issue Dec 12, 2023 that may be closed by this pull request
@HYLcool HYLcool added the dj:op issues/PRs about some specific OPs label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dj:op issues/PRs about some specific OPs enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MM] entity/action filter based on texts
2 participants