Update README.md
Browse files
README.md
CHANGED
@@ -57,4 +57,7 @@ generated_text = processor.tokenizer.decode(generated_tokens, skip_special_token
|
|
57 |
|
58 |
# print the generated text
|
59 |
print(generated_text)
|
|
|
|
|
|
|
60 |
```
|
|
|
57 |
|
58 |
# print the generated text
|
59 |
print(generated_text)
|
60 |
+
|
61 |
+
# >>> This photograph captures an adorable black Labrador puppy sitting on a weathered
|
62 |
+
# wooden deck. The deck's planks, which are a mix of light and dark brown with ...
|
63 |
```
|