PY007 commited on
Commit
2cebedc
1 Parent(s): 846ce23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ pipeline = transformers.pipeline(
43
 
44
  prompt = "What are the values in open source projects?"
45
  formatted_prompt = (
46
- f"### Human: {prompt} ### Assistant:"
47
  )
48
 
49
 
 
43
 
44
  prompt = "What are the values in open source projects?"
45
  formatted_prompt = (
46
+ f"### Human: {prompt}### Assistant:"
47
  )
48
 
49