Wachu2005 commited on
Commit
4d88954
1 Parent(s): 5ebae18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -40,8 +40,7 @@ def extract_last_assistant_response(input_text):
40
 
41
 
42
 
43
- text_to_anonymize = "Sophia had always been enchanted by Venice, a historic city nestled in the heart of the Venetian lagoon. She had explored Venice on numerous occasions, each visit revealing hidden treasures in the enchanting city. On her latest trip, Sophia met Marco, a local historian, who shared captivating stories about the history of Venice.""
44
-
45
 
46
  prompt = f'USER: Resample the entities: {text_to_anonymize}\n\nASSISTANT:'
47
  inputs = tokenizer(prompt, return_tensors='pt').to('cuda')
 
40
 
41
 
42
 
43
+ text_to_anonymize = "Sophia had always been enchanted by Venice, a historic city nestled in the heart of the Venetian lagoon. She had explored Venice on numerous occasions, each visit revealing hidden treasures in the enchanting city. On her latest trip, Sophia met Marco, a local historian, who shared captivating stories about the history of Venice."
 
44
 
45
  prompt = f'USER: Resample the entities: {text_to_anonymize}\n\nASSISTANT:'
46
  inputs = tokenizer(prompt, return_tensors='pt').to('cuda')