update readme
Browse files
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).
|