Update README.md
Browse files
README.md
CHANGED
@@ -95,8 +95,8 @@ generated_text = processor.tokenizer.decode(generated_tokens, skip_special_token
|
|
95 |
# print the generated text
|
96 |
print(generated_text)
|
97 |
|
98 |
-
# >>> This photograph captures
|
99 |
-
# wooden deck. The deck
|
100 |
```
|
101 |
|
102 |
## Evaluations
|
|
|
95 |
# print the generated text
|
96 |
print(generated_text)
|
97 |
|
98 |
+
# >>> This photograph captures a small black puppy, likely a Labrador or a similar breed,
|
99 |
+
# sitting attentively on a weathered wooden deck. The deck, composed of three...
|
100 |
```
|
101 |
|
102 |
## Evaluations
|