abinthomasonline
commited on
Commit
•
7750c0f
1
Parent(s):
6c1272e
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ This dataset consists of 21 high-resolution images of stained glass art, accompa
|
|
18 |
## Dataset Structure
|
19 |
- **Images:** The stained glass art images are stored in the "images" directory, with filenames ranging from "0.jpg" to "20.jpg."
|
20 |
- **Captions:** Captions for each image are provided in the "captions.csv" file located in the dataset's root directory. The captions contain placeholders for adjectives and a custom token to represent stained glass art. For example: "A {adjective} {token} of a puppy."
|
21 |
-
- **Adjective Placeholders:** During training, the {adjective} placeholder in the captions can be randomly selected from the following list: `["good", "cropped", "clean", "bright", "cool", "nice", "small", "large", "dark", "weird"]`.
|
22 |
- **Token Placeholder:** The {token} placeholder represents the custom token that needs to be trained to capture the unique art style of stained glass. This token is a key element in generating realistic stained glass art-inspired images.
|
23 |
|
24 |
|
|
|
18 |
## Dataset Structure
|
19 |
- **Images:** The stained glass art images are stored in the "images" directory, with filenames ranging from "0.jpg" to "20.jpg."
|
20 |
- **Captions:** Captions for each image are provided in the "captions.csv" file located in the dataset's root directory. The captions contain placeholders for adjectives and a custom token to represent stained glass art. For example: "A {adjective} {token} of a puppy."
|
21 |
+
- **Adjective Placeholders:** During training, the {adjective} placeholder in the captions can be randomly selected from the following list: `["", "good", "cropped", "clean", "bright", "cool", "nice", "small", "large", "dark", "weird"]`.
|
22 |
- **Token Placeholder:** The {token} placeholder represents the custom token that needs to be trained to capture the unique art style of stained glass. This token is a key element in generating realistic stained glass art-inspired images.
|
23 |
|
24 |
|