Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ context = "It's not right to think black people deserve to be hit"
|
|
57 |
text = "You're right, it isn't funny. Finding enjoyment in other people's pains isn't funny."
|
58 |
response = "I am glad that you agree. Joking about abusing black people can quickly get you marked as a racist."
|
59 |
|
60 |
-
prompt = f"{system_prompt}\n{context}: {text}"
|
61 |
label = f"{response}"
|
62 |
```
|
63 |
|
|
|
57 |
text = "You're right, it isn't funny. Finding enjoyment in other people's pains isn't funny."
|
58 |
response = "I am glad that you agree. Joking about abusing black people can quickly get you marked as a racist."
|
59 |
|
60 |
+
prompt = f"{system_prompt}\n{context}: <|USER|>{text}<|ASSISTANT|>"
|
61 |
label = f"{response}"
|
62 |
```
|
63 |
|