diff --git a/tutorials/text/deduplication/fuzzy/fuzzy_e2e.ipynb b/tutorials/text/deduplication/fuzzy/fuzzy_e2e.ipynb index dc51b0f2c4..9705692e65 100644 --- a/tutorials/text/deduplication/fuzzy/fuzzy_e2e.ipynb +++ b/tutorials/text/deduplication/fuzzy/fuzzy_e2e.ipynb @@ -1123,7 +1123,7 @@ " def process(self, batch: DocumentBatch) -> DocumentBatch:\n", " df = batch.to_pandas().merge(cc_df, how=\"inner\", on=[CURATOR_DEDUP_ID_STR])\n", " return DocumentBatch(\n", - " task_id=batch.task_id, dataset_name=batch.dataset_name, data=df, _stage_perf=batch._stage_perf\n", + " dataset_name=batch.dataset_name, data=df, _stage_perf=batch._stage_perf\n", " )\n", "\n", "\n", @@ -1509,7 +1509,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.11" + "version": "3.12.12" } }, "nbformat": 4,