davanstrien HF staff commited on
Commit
2ad5bd8
·
verified ·
1 Parent(s): 1d8c7b7

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -99
dataset_infos.json DELETED
@@ -1,99 +0,0 @@
1
- {
2
- "biglam--encyclopaedia_britannica_illustrated": {
3
- "description": "",
4
- "citation": "",
5
- "homepage": "",
6
- "license": "",
7
- "features": {
8
- "image": {
9
- "decode": true,
10
- "id": null,
11
- "_type": "Image"
12
- },
13
- "label": {
14
- "num_classes": 2,
15
- "names": [
16
- "not-illustrated",
17
- "illustrated"
18
- ],
19
- "id": null,
20
- "_type": "ClassLabel"
21
- },
22
- "id": {
23
- "dtype": "string",
24
- "id": null,
25
- "_type": "Value"
26
- },
27
- "meta": {
28
- "dtype": "string",
29
- "id": null,
30
- "_type": "Value"
31
- }
32
- },
33
- "post_processed": null,
34
- "supervised_keys": null,
35
- "task_templates": null,
36
- "builder_name": null,
37
- "config_name": null,
38
- "version": null,
39
- "splits": {
40
- "train": {
41
- "name": "train",
42
- "num_bytes": 374178955.886,
43
- "num_examples": 2573,
44
- "dataset_name": "encyclopaedia_britannica_illustrated"
45
- }
46
- },
47
- "download_checksums": null,
48
- "download_size": 373867632,
49
- "post_processing_size": null,
50
- "dataset_size": 374178955.886,
51
- "size_in_bytes": 748046587.8859999
52
- },
53
- "default": {
54
- "description": "",
55
- "citation": "",
56
- "homepage": "",
57
- "license": "",
58
- "features": {
59
- "image": {
60
- "_type": "Image"
61
- },
62
- "label": {
63
- "names": [
64
- "not-illustrated",
65
- "illustrated"
66
- ],
67
- "_type": "ClassLabel"
68
- },
69
- "id": {
70
- "dtype": "string",
71
- "_type": "Value"
72
- },
73
- "meta": {
74
- "dtype": "string",
75
- "_type": "Value"
76
- }
77
- },
78
- "builder_name": "parquet",
79
- "dataset_name": "encyclopaedia_britannica_illustrated",
80
- "config_name": "default",
81
- "version": {
82
- "version_str": "0.0.0",
83
- "major": 0,
84
- "minor": 0,
85
- "patch": 0
86
- },
87
- "splits": {
88
- "train": {
89
- "name": "train",
90
- "num_bytes": 374195646.51,
91
- "num_examples": 2573,
92
- "dataset_name": null
93
- }
94
- },
95
- "download_size": 373913666,
96
- "dataset_size": 374195646.51,
97
- "size_in_bytes": 748109312.51
98
- }
99
- }