Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
24 |
messages = [
|
25 |
{
|
26 |
"role": "system",
|
27 |
-
"content": "Please correct, polish, or translate the text to standard English.",
|
28 |
},
|
29 |
]
|
30 |
messages.append({"role": "user", "content":"Text=```neither 经理或员工 has been informed about the meeting```"})
|
|
|
24 |
messages = [
|
25 |
{
|
26 |
"role": "system",
|
27 |
+
"content": "Please correct, polish, or translate the text delimited by triple backticks to standard English.",
|
28 |
},
|
29 |
]
|
30 |
messages.append({"role": "user", "content":"Text=```neither 经理或员工 has been informed about the meeting```"})
|