taoki commited on
Commit
8a66272
1 Parent(s): 6c03721

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ model = AutoModelForCausalLM.from_pretrained(
37
  )
38
  tokenizer = AutoTokenizer.from_pretrained(model_name)
39
 
40
- prompt = "OpenCVを用いて定点カメラから画像を保存するコードを示してください。"
41
  messages = [
42
  {"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."},
43
  {"role": "user", "content": prompt}
 
37
  )
38
  tokenizer = AutoTokenizer.from_pretrained(model_name)
39
 
40
+ prompt = "クイックソートのアルゴリズムを書いて"
41
  messages = [
42
  {"role": "system", "content": "You are Qwen, created by Alibaba Cloud. You are a helpful assistant."},
43
  {"role": "user", "content": prompt}