From b03847931ba701b0bfe0825fe210c5c74d154ee7 Mon Sep 17 00:00:00 2001 From: loubnabnl Date: Fri, 24 Mar 2023 17:59:44 +0000 Subject: [PATCH] add comment --- pii/ner/notebook_inference.ipynb | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pii/ner/notebook_inference.ipynb b/pii/ner/notebook_inference.ipynb index 6310fde..0b62081 100644 --- a/pii/ner/notebook_inference.ipynb +++ b/pii/ner/notebook_inference.ipynb @@ -1,5 +1,16 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Notebook for inference:\n", + "\n", + "Todo:\n", + "- check correctness of predictions\n", + "- improve chunking method to avoid splitting files in teh middle" + ] + }, { "cell_type": "markdown", "metadata": {},