Shu1L0n9 commited on
Commit
fe9bd73
·
verified ·
1 Parent(s): 79d09a9

Delete dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -50
dataset_infos.json DELETED
@@ -1,50 +0,0 @@
1
- {
2
- "train": {
3
- "description": "Deduplicated STL-10 train set in WebDataset format.",
4
- "features": {
5
- "image": {
6
- "dtype": "image",
7
- "_type": "Image"
8
- },
9
- "label": {
10
- "dtype": "int32",
11
- "_type": "Value"
12
- }
13
- },
14
- "splits": {},
15
- "homepage": "https://huggingface.co/datasets/Shu1L0n9/CleanSTL-10",
16
- "license": "apache2"
17
- },
18
- "test": {
19
- "description": "Deduplicated STL-10 test set in WebDataset format.",
20
- "features": {
21
- "image": {
22
- "dtype": "image",
23
- "_type": "Image"
24
- },
25
- "label": {
26
- "dtype": "int32",
27
- "_type": "Value"
28
- }
29
- },
30
- "splits": {},
31
- "homepage": "https://huggingface.co/datasets/Shu1L0n9/CleanSTL-10",
32
- "license": "apache2"
33
- },
34
- "unlabeled": {
35
- "description": "Deduplicated STL-10 unlabeled set (without labels) in WebDataset format.",
36
- "features": {
37
- "image": {
38
- "dtype": "image",
39
- "_type": "Image"
40
- },
41
- "label": {
42
- "dtype": "int32",
43
- "_type": "Value"
44
- }
45
- },
46
- "splits": {},
47
- "homepage": "https://huggingface.co/datasets/Shu1L0n9/CleanSTL-10",
48
- "license": "apache2"
49
- }
50
- }