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
4 changes: 4 additions & 0 deletions data_juicer/ops/mapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
RemoveWordsWithIncorrectSubstringsMapper,
)
from .replace_content_mapper import ReplaceContentMapper
from .s3_download_file_mapper import S3DownloadFileMapper
from .s3_upload_file_mapper import S3UploadFileMapper
from .sdxl_prompt2prompt_mapper import SDXLPrompt2PromptMapper
from .sentence_augmentation_mapper import SentenceAugmentationMapper
from .sentence_split_mapper import SentenceSplitMapper
Expand Down Expand Up @@ -173,6 +175,8 @@
"RemoveTableTextMapper",
"RemoveWordsWithIncorrectSubstringsMapper",
"ReplaceContentMapper",
"S3DownloadFileMapper",
"S3UploadFileMapper",
"SDXLPrompt2PromptMapper",
"SentenceAugmentationMapper",
"SentenceSplitMapper",
Expand Down
Loading
Loading