Update README.md
Browse files
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
|
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 |
```
|