JunHaHwang commited on
Commit
1ea8a73
·
verified ·
1 Parent(s): 8610cb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ prompt = "최근 겪은 일 중 재밌는 썰좀 풀어줘"
48
 
49
  messages = [
50
  {"role": "system",
51
- "content": "You are EXAONE model from LG AI Research, a helpful assistant."},
52
  {"role": "user", "content": prompt}
53
  ]
54
  input_ids = tokenizer.apply_chat_template(
 
48
 
49
  messages = [
50
  {"role": "system",
51
+ "content": "You are a kind and helpful assistant."},
52
  {"role": "user", "content": prompt}
53
  ]
54
  input_ids = tokenizer.apply_chat_template(