UlrikKoren commited on
Commit
8a0270c
1 Parent(s): 3f46990

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ bnb_config = BitsAndBytesConfig(
49
  )
50
 
51
  # System instructions for PII redaction
52
- system_instructions = """Replace the following types of personal information in the text below with '[REDACTED]': [DATE_x], [MASKEDNUMBER_x], [STREETADDRESS_x]. Ensure that each type of information is replaced in a way that maintains the grammatical structure of the sentence. You should only return the new text with the relevant replacements made, without the original text or any additional annotations.
53
  Input:"""
54
 
55
  example_prompt = "My name is Clara and I live in Berkeley, California."
 
49
  )
50
 
51
  # System instructions for PII redaction
52
+ system_instructions = """Replace the following types of personal information in the text below with '[REDACTED]': [FIRST_NAME_x], [CITY_x], [STATE_x]. Ensure that each type of information is replaced in a way that maintains the grammatical structure of the sentence. You should only return the new text with the relevant replacements made, without the original text or any additional annotations.
53
  Input:"""
54
 
55
  example_prompt = "My name is Clara and I live in Berkeley, California."