Skip to content

Commit ee5938a

Browse files
Update replace_pii_only.ipynb
1 parent a11b8ac commit ee5938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo/NeMo-Safe-Synthesizer/advanced/replace_pii_only.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"\n",
9898
"Safe Synthesizer processes your input dataset and returns the same rows with PII replaced. For this tutorial we load a small public sample dataset. Replace it with your own data if desired.\n",
9999
"\n",
100-
"The dolly dataset is an open source dataset of instruction-following records. Each record contains (1) a free text prompt that could be sent to an LLM, (2) a context descriptions to help the LLM determine the answer, (3) a response that could come from the LLM, and (4) the instruction category such as classification, open QA, closed QA, information extraction, and brainstroming."
100+
"The dolly dataset is an open source dataset of instruction-following records. Each record contains (1) a free text prompt that could be sent to an LLM, (2) a context descriptions to help the LLM determine the answer, (3) a response that could come from the LLM, and (4) the instruction category such as classification, open QA, closed QA, information extraction, and brainstorming. The text in each of the first three fields sometimes contains Personally Identifiable Information, such as names, birth dates, and locations."
101101
]
102102
},
103103
{

0 commit comments

Comments
 (0)