soldni commited on
Commit
48e58c0
1 Parent(s): 3289739

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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
  ```