gagan3012 commited on
Commit
4d67164
·
1 Parent(s): 212b103

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +79 -1
dataset_infos.json CHANGED
@@ -1 +1,79 @@
1
- {"gagan3012--hindawi": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"image": {"bytes": {"dtype": "binary", "id": null, "_type": "Value"}, "path": {"dtype": "string", "id": null, "_type": "Value"}}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "parquet", "config_name": "gagan3012--hindawi", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 5333056.8, "num_examples": 80, "dataset_name": "hindawi"}, "test": {"name": "test", "num_bytes": 666632.1, "num_examples": 10, "dataset_name": "hindawi"}, "valid": {"name": "valid", "num_bytes": 666632.1, "num_examples": 10, "dataset_name": "hindawi"}}, "download_checksums": null, "download_size": 6587759, "post_processing_size": null, "dataset_size": 6666320.999999999, "size_in_bytes": 13254080.0}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "image": {
8
+ "_type": "Image"
9
+ },
10
+ "label": {
11
+ "names": [
12
+ "Noto_Sans_Arabic",
13
+ "Readex_Pro",
14
+ "Amiri",
15
+ "Noto_Kufi_Arabic",
16
+ "Reem_Kufi_Fun",
17
+ "Lateef",
18
+ "Changa",
19
+ "Kufam",
20
+ "ElMessiri",
21
+ "Reem_Kufi",
22
+ "Noto_Naskh_Arabic",
23
+ "Reem_Kufi_Ink",
24
+ "Tajawal",
25
+ "Aref_Ruqaa_Ink",
26
+ "Markazi_Text",
27
+ "IBM_Plex_Sans_Arabic",
28
+ "Vazirmatn",
29
+ "Harmattan",
30
+ "Gulzar",
31
+ "Scheherazade_New",
32
+ "Cairo",
33
+ "Amiri_Quran",
34
+ "Noto_Nastaliq_Urdu",
35
+ "Mada",
36
+ "Aref_Ruqaa",
37
+ "Almarai",
38
+ "Alkalami",
39
+ "Qahiri"
40
+ ],
41
+ "_type": "ClassLabel"
42
+ }
43
+ },
44
+ "supervised_keys": {
45
+ "input": "image",
46
+ "output": "label"
47
+ },
48
+ "task_templates": [
49
+ {
50
+ "task": "image-classification",
51
+ "label_column": "label"
52
+ }
53
+ ],
54
+ "builder_name": "hindawi",
55
+ "config_name": "default",
56
+ "version": {
57
+ "version_str": "0.0.0",
58
+ "major": 0,
59
+ "minor": 0,
60
+ "patch": 0
61
+ },
62
+ "splits": {
63
+ "train": {
64
+ "name": "train",
65
+ "num_bytes": 4098675549.992,
66
+ "num_examples": 64624,
67
+ "dataset_name": null
68
+ },
69
+ "validation": {
70
+ "name": "validation",
71
+ "num_bytes": 459422119.624,
72
+ "num_examples": 7196,
73
+ "dataset_name": null
74
+ }
75
+ },
76
+ "download_size": 4536653671,
77
+ "dataset_size": 4558097669.616,
78
+ "size_in_bytes": 9094751340.616001
79
+ }}