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
2 changes: 2 additions & 0 deletions tutorials/text/gliner-pii-redaction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ uv pip install gliner
```

For reference, this tutorial was tested with `gliner==0.2.24`.

Since the `gliner_pii_redaction.ipynb` notebook uses the `GlinerPiiRedactor` class from `gliner_pii_redactor.py`, the user should `cd /path/to/Curator/tutorials/text/gliner-pii-redaction` to ensure that the module is importable.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The following imports are required for this tutorial:"
"The following imports are required for this tutorial. Since this notebook uses the `GlinerPiiRedactor` class from `gliner_pii_redactor.py`, the user should `cd /path/to/Curator/tutorials/text/gliner-pii-redaction` to ensure that the module is importable."
]
},
{
Expand Down
Loading