davanstrien HF staff commited on
Commit
b576b3e
1 Parent(s): 6af36b6

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -39
dataset_infos.json DELETED
@@ -1,39 +0,0 @@
1
- {
2
- "default": {
3
- "description": "A dataset for applying machine learning to collections described with the Iconclass classification system.\n",
4
- "citation": "@MISC{iconclass,\ntitle = {Brill Iconclass AI Test Set},\nauthor={Etienne Posthumus},\nyear={2020}\n}\n",
5
- "homepage": "https://iconclass.org/testset/",
6
- "license": "https://creativecommons.org/publicdomain/zero/1.0/",
7
- "features": {
8
- "image": {
9
- "_type": "Image"
10
- },
11
- "label": [
12
- {
13
- "dtype": "string",
14
- "_type": "Value"
15
- }
16
- ]
17
- },
18
- "builder_name": "brill_iconclass",
19
- "dataset_name": "brill_iconclass",
20
- "config_name": "default",
21
- "version": {
22
- "version_str": "1.1.0",
23
- "major": 1,
24
- "minor": 1,
25
- "patch": 0
26
- },
27
- "splits": {
28
- "train": {
29
- "name": "train",
30
- "num_bytes": 3281967920.848,
31
- "num_examples": 87744,
32
- "dataset_name": null
33
- }
34
- },
35
- "download_size": 3313602175,
36
- "dataset_size": 3281967920.848,
37
- "size_in_bytes": 6595570095.848
38
- }
39
- }