We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d70039 commit 5f86d72Copy full SHA for 5f86d72
ac_dc/filtering.py
@@ -934,10 +934,10 @@ def __init__(
934
self.path_dir_save_dataset = path_dir_save_dataset
935
936
def modifying_documents(self):
937
- dataset_modifying_documents = FunctionDatasetModifyingDocuments(
+ func_dataset_modifying_documents = FunctionDatasetModifyingDocuments(
938
self.lang_dataset_id
939
)
940
- self.ds = self.ds.map(dataset_modifying_documents, num_proc=self.num_proc)
+ self.ds = self.ds.map(func_dataset_modifying_documents, num_proc=self.num_proc)
941
942
def filtering(self):
943
func_dataset_filtering = FunctionDatasetFiltering(
0 commit comments