AmirMohseni commited on
Commit
420971b
·
verified ·
1 Parent(s): d361f2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -43,6 +43,7 @@ question = "If you had a time machine but could only go to the past or the futur
43
  # Generate output
44
  output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
45
  print(output["generated_text"])
 
46
 
47
  ## Training Procedure
48
 
 
43
  # Generate output
44
  output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
45
  print(output["generated_text"])
46
+ ```
47
 
48
  ## Training Procedure
49