Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions IsaacLab
Submodule IsaacLab added at 9d17b5
8 changes: 8 additions & 0 deletions data_juicer/ops/mapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .annotate_demos_mapper import AnnotateDemosMapper
from .annotation.human_preference_annotation_mapper import (
HumanPreferenceAnnotationMapper,
)
Expand All @@ -12,6 +13,7 @@
from .clean_html_mapper import CleanHtmlMapper
from .clean_ip_mapper import CleanIpMapper
from .clean_links_mapper import CleanLinksMapper
from .convert_to_lerobot_mapper import ConvertToLeRobotMapper
from .detect_character_attributes_mapper import DetectCharacterAttributesMapper
from .detect_character_locations_mapper import DetectCharacterLocationsMapper
from .detect_main_character_mapper import DetectMainCharacterMapper
Expand All @@ -29,6 +31,7 @@
from .extract_support_text_mapper import ExtractSupportTextMapper
from .extract_tables_from_html_mapper import ExtractTablesFromHtmlMapper
from .fix_unicode_mapper import FixUnicodeMapper
from .generate_dataset_mapper import GenerateDatasetMapper
from .generate_qa_from_examples_mapper import GenerateQAFromExamplesMapper
from .generate_qa_from_text_mapper import GenerateQAFromTextMapper
from .image_blur_mapper import ImageBlurMapper
Expand Down Expand Up @@ -74,6 +77,7 @@
RemoveWordsWithIncorrectSubstringsMapper,
)
from .replace_content_mapper import ReplaceContentMapper
from .replay_demos_randomized_mapper import ReplayDemosRandomizedMapper
from .s3_download_file_mapper import S3DownloadFileMapper
from .s3_upload_file_mapper import S3UploadFileMapper
from .sdxl_prompt2prompt_mapper import SDXLPrompt2PromptMapper
Expand Down Expand Up @@ -105,6 +109,10 @@
from .whitespace_normalization_mapper import WhitespaceNormalizationMapper

__all__ = [
"AnnotateDemosMapper",
"ReplayDemosRandomizedMapper",
"GenerateDatasetMapper",
"ConvertToLeRobotMapper",
"AudioAddGaussianNoiseMapper",
"AudioFFmpegWrappedMapper",
"CalibrateQAMapper",
Expand Down
Loading
Loading