UncleFish commited on
Commit
60533ce
1 Parent(s): bef178b

update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -145,6 +145,7 @@ with torch.cuda.amp.autocast(dtype=torch.bfloat16):
145
  prediction = tokenizer.decode(generated_text[0], skip_special_tokens=True)
146
  print("==> prediciton: ", prediction)
147
  print("-"*120)
 
148
  ```
149
 
150
  More comprehensive examples can be found in the [notebook](demo.ipynb).
 
145
  prediction = tokenizer.decode(generated_text[0], skip_special_tokens=True)
146
  print("==> prediciton: ", prediction)
147
  print("-"*120)
148
+ # ==> prediciton: A man sitting on a bench in front of a red building.
149
  ```
150
 
151
  More comprehensive examples can be found in the [notebook](demo.ipynb).