ozertuu commited on
Commit
7954e7d
·
verified ·
1 Parent(s): 600672b

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Turkish Image Description Dataset - Shard 2
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-2")
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-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5560ba2303b153974f9c47dddbb569f75ca0797bb12287298854b1fa6c064f2
3
+ size 483431736
data-00001-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4ea451b2789beb0872a74f141bf0852d75d458982c9db6f1e6a7183612f6c03
3
+ size 482484224
data-00002-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:195a8620681da2d8e5347b9ec95799a2a71a7069333e6e1afa3a0f80f1647c5b
3
+ size 484294200
data-00003-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7adedb5736cb2f7e360e5a30314e7330a0e3cd3b534156dbac2f6ba38df08517
3
+ size 488215768
data-00004-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4769cc1d4f1298013be8193d6a914824b6c4493125ffc74792aa32c7e63f2fc8
3
+ size 486530912
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,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00005.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00005.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00005.arrow"
11
+ },
12
+ {
13
+ "filename": "data-00003-of-00005.arrow"
14
+ },
15
+ {
16
+ "filename": "data-00004-of-00005.arrow"
17
+ }
18
+ ],
19
+ "_fingerprint": "c1afd06f5d436697",
20
+ "_format_columns": null,
21
+ "_format_kwargs": {},
22
+ "_format_type": null,
23
+ "_output_all_columns": false,
24
+ "_split": null
25
+ }