ozertuu commited on
Commit
5d15087
·
verified ·
1 Parent(s): b0b6f77

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Turkish Image Description Dataset - Shard 16
2
+
3
+ This dataset contains translated image descriptions from English to Turkish.
4
+
5
+ ## Contents
6
+ - Images with their Turkish and original English descriptions
7
+
8
+ ## How to use
9
+ ```python
10
+ from datasets import load_dataset
11
+
12
+ # Load the dataset
13
+ dataset = load_dataset("ozertuu/turkish-image-description-dataset-shard-16")
14
+
15
+ # Access data
16
+ for item in dataset["train"]:
17
+ image = item["image"] # PIL.Image object
18
+ turkish_description = item["description"]
19
+ original_description = item["original_description"]
20
+ # Process the data...
21
+ ```
data-00000-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5e4b4a80b8a1e3ac43396bbd9d04d8b6b07bc7865bd719fd7e9ae32ee6155c
3
+ size 408559224
data-00001-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:122c42a78b1f5f76aab19b5f1476cb7dcc6088f7b99b94fe213d3b06a5611041
3
+ size 410006120
data-00002-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:340a940c901bcaa16c693070c1b9b72df0969cb428f84fab83350e34ec5655fe
3
+ size 410624784
data-00003-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f25b270b95480b41dca0bcedec96ebd61cbd129aec745b4a2a2a54578dfec2ac
3
+ size 404998568
data-00004-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf864ba479f5c25d411a363e21ade8a7e8c45ad1fbe1c8b92fb768acffb1eda4
3
+ size 407834864
data-00005-of-00006.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067a5e2daf60d65e8c3c326539463cbd47d3c083ac317d2142f4842a425ea21d
3
+ size 406010488
dataset_info.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "image": {
6
+ "_type": "Image"
7
+ },
8
+ "description": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "original_description": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ }
16
+ },
17
+ "homepage": "",
18
+ "license": ""
19
+ }
state.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00006.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00006.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00006.arrow"
11
+ },
12
+ {
13
+ "filename": "data-00003-of-00006.arrow"
14
+ },
15
+ {
16
+ "filename": "data-00004-of-00006.arrow"
17
+ },
18
+ {
19
+ "filename": "data-00005-of-00006.arrow"
20
+ }
21
+ ],
22
+ "_fingerprint": "de4a9e95667b12f6",
23
+ "_format_columns": null,
24
+ "_format_kwargs": {},
25
+ "_format_type": null,
26
+ "_output_all_columns": false,
27
+ "_split": null
28
+ }