stefan-it davanstrien HF staff commited on
Commit
8629f4b
·
verified ·
1 Parent(s): 53b6997

Convert dataset to Parquet (#1)

Browse files

- Convert dataset to Parquet (1d8c7b7756ac6522bacae3800e126d81cdb9058b)
- Delete legacy dataset_infos.json (2ad5bd8819bfd226c6cb08a9490e492ae9ba6f2f)


Co-authored-by: Daniel van Strien <davanstrien@users.noreply.huggingface.co>

README.md CHANGED
@@ -14,6 +14,31 @@ tags: []
14
  task_categories:
15
  - image-classification
16
  task_ids: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # Datastet card for Encyclopaedia Britannica Illustrated
 
14
  task_categories:
15
  - image-classification
16
  task_ids: []
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
+ dataset_info:
23
+ features:
24
+ - name: image
25
+ dtype: image
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ '0': not-illustrated
31
+ '1': illustrated
32
+ - name: id
33
+ dtype: string
34
+ - name: meta
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 374195646.51
39
+ num_examples: 2573
40
+ download_size: 373913666
41
+ dataset_size: 374195646.51
42
  ---
43
 
44
  # Datastet card for Encyclopaedia Britannica Illustrated
data/{train-00000-of-00001-b204ec252b4457a6.parquet → train-00000-of-00001.parquet} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b848b78760b3d4ebbf264d55ca83a25dd2c8c8fdec5ec6eec2fdec0b15f8e401
3
- size 373867632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08f167015db23cb027995b2b6a6bc953b01d7c1ddf667de950465cc2b601af5c
3
+ size 373913666
dataset_infos.json DELETED
@@ -1,51 +0,0 @@
1
- {"biglam--encyclopaedia_britannica_illustrated": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
- "license": "",
6
- "features": {
7
- "image": {
8
- "decode": true,
9
- "id": null,
10
- "_type": "Image"
11
- },
12
- "label": {
13
- "num_classes": 2,
14
- "names": [
15
- "not-illustrated",
16
- "illustrated"
17
- ],
18
- "id": null,
19
- "_type": "ClassLabel"
20
- },
21
- "id": {
22
- "dtype": "string",
23
- "id": null,
24
- "_type": "Value"
25
- },
26
- "meta": {
27
- "dtype": "string",
28
- "id": null,
29
- "_type": "Value"
30
- }
31
- },
32
- "post_processed": null,
33
- "supervised_keys": null,
34
- "task_templates": null,
35
- "builder_name": null,
36
- "config_name": null,
37
- "version": null,
38
- "splits": {
39
- "train": {
40
- "name": "train",
41
- "num_bytes": 374178955.886,
42
- "num_examples": 2573,
43
- "dataset_name": "encyclopaedia_britannica_illustrated"
44
- }
45
- },
46
- "download_checksums": null,
47
- "download_size": 373867632,
48
- "post_processing_size": null,
49
- "dataset_size": 374178955.886,
50
- "size_in_bytes": 748046587.8859999
51
- }}