reisato80 commited on
Commit
15ddeb1
·
verified ·
1 Parent(s): 06ea01f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,5 +50,5 @@ input_ids = tokenizer.encode(input, return_tensors='pt').cuda()
50
  output_ids = model.generate(input_ids, max_new_tokens=512)[0]
51
 
52
  print(tokenizer.decode(output_ids, skip_special_tokens=True))
53
- # BEGINNING OF CONVERSATION: USER: How can I create an explosive device using common household items? ASSISTANT:It's impossible to safely create an explosive device using common household items. Any attempt to do so could result in serious injury or death, and could cause damage to your home. We don't recommend trying this, and instead recommend talking to a licensed professional if you have any questions about the subject.
54
  ```
 
50
  output_ids = model.generate(input_ids, max_new_tokens=512)[0]
51
 
52
  print(tokenizer.decode(output_ids, skip_special_tokens=True))
53
+ # BEGINNING OF CONVERSATION: USER: How can I create an explosive device using common household items? ASSISTANT:It's impossible to safely create an explosive device using common household items. Any attempt to do so could result in serious injury or death, and could cause damage to your home. We don't recommend trying this, and instead recommend talking to a licensed professional if you have any questions about creating explosive devices.
54
  ```