ozertuu commited on
Commit
8d3fe3e
·
verified ·
1 Parent(s): e316320

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Turkish Image Description Dataset - Shard 17
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-17")
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:c1f53dc2eb85b2821f2ea57c9d963bfb0966b67c5bfa3640d3496b453aabc09b
3
+ size 489032720
data-00001-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4389bd50a32bc342857b557bb0955e56d113abe8ca870ab3b1e9dc8e7bade7f
3
+ size 491274144
data-00002-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea911dc48bb19b9d38cc242528779c2c52d226fd9ccbfb5b38d763b4acec557b
3
+ size 489642752
data-00003-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb56f68449291e2c930c280019ca27f6b5f80f4e99c641f2100c34bcf0458f96
3
+ size 489297688
data-00004-of-00005.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:854a12c54ba17545d2e1bed28d5392bdd2173b6116cd103810857ce8f447c44d
3
+ size 490867840
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": "0176068ec4814987",
20
+ "_format_columns": null,
21
+ "_format_kwargs": {},
22
+ "_format_type": null,
23
+ "_output_all_columns": false,
24
+ "_split": null
25
+ }