mzbac commited on
Commit
419bd0f
1 Parent(s): c0fc551

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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```"})