ozertuu commited on
Commit
2214430
·
verified ·
1 Parent(s): 51f03e4

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Turkish Image Description Dataset - Shard 45
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-45")
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-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c32de2d6b2e0561e6e55dae37ca88d127faf871bdd3e5035adee3466787e52
3
+ size 406645264
data-00001-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cba3fcbb4bea99bc431676c0b7a4cf9e541716fcb087d34460c81867bf60f292
3
+ size 405104000
data-00002-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402547e6d4bfdd5866df38e43f09e66483869c8242b4a897b56aedad0fdc40e0
3
+ size 405105400
data-00003-of-00004.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073589d15bf696c81c63d47b65370ae4db3ab78240eb3378fd6f8b6f152da827
3
+ size 401709144
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,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00004.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00004.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00004.arrow"
11
+ },
12
+ {
13
+ "filename": "data-00003-of-00004.arrow"
14
+ }
15
+ ],
16
+ "_fingerprint": "bda0ddf33c0d106c",
17
+ "_format_columns": null,
18
+ "_format_kwargs": {},
19
+ "_format_type": null,
20
+ "_output_all_columns": false,
21
+ "_split": null
22
+ }