gokaygokay
commited on
Commit
•
6d22658
1
Parent(s):
e7e63e7
Update README.md
Browse files
README.md
CHANGED
@@ -48,4 +48,11 @@ prompt = "cat"
|
|
48 |
|
49 |
response = generate_response(model, tokenizer, prompt, device)
|
50 |
print_response(response)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
```
|
|
|
48 |
|
49 |
response = generate_response(model, tokenizer, prompt, device)
|
50 |
print_response(response)
|
51 |
+
|
52 |
+
# a gray cat with white fur and black eyes is in the center of an open window on a concrete floor.
|
53 |
+
# The front wall has two large windows that have light grey frames behind them.
|
54 |
+
# here is a small wooden door to the left side of the frame at the bottom right corner.
|
55 |
+
# A metal fence runs along both sides of the image from top down towards the middle ground.
|
56 |
+
# Behind the cats face away toward the camera's view it appears as if there is another cat sitting next to the one
|
57 |
+
# they're facing forward against the glass surface above their head.
|
58 |
```
|