umarigan commited on
Commit
76704fd
·
verified ·
1 Parent(s): 771d6f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -9
README.md CHANGED
@@ -49,12 +49,15 @@ Translated from English to Tuskish language from: https://huggingface.co/dataset
49
  One of the biggest text-to-image dataset in Turkish language
50
 
51
 
52
- id: A unique identifier for the image./n
53
- url: The URL of the image.
54
- caption: A caption for the image.
55
- width: The width of the image in pixels.
56
- height: The height of the image in pixels.
57
- mime_type: The MIME type of the image file.
58
- hash: The MD5 hash of the image file.
59
- license: The URL of the image license.
60
- source : The source organization of the image.
 
 
 
 
49
  One of the biggest text-to-image dataset in Turkish language
50
 
51
 
52
+ ## Metadata
53
+ The metadata is made available through a series of parquet files with the following schema:
54
+ - `text`: Translated caption for the image.
55
+ - `id`: A unique identifier for the image.
56
+ - `url`: The URL of the image.
57
+ - `caption`: A caption for the image.
58
+ - `width`: The width of the image in pixels.
59
+ - `height`: The height of the image in pixels.
60
+ - `mime_type`: The MIME type of the image file.
61
+ - `hash`: The MD5 hash of the image file.
62
+ - `license`: The URL of the image license.
63
+ - `source` : The source organization of the image.