knibu commited on
Commit
f5e604a
1 Parent(s): 89337f8

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +101 -0
dataset_infos.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"knibu--best_sellers_june2022": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "text": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "inputs": {
13
+ "text": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ }
18
+ },
19
+ "prediction": {
20
+ "dtype": "null",
21
+ "id": null,
22
+ "_type": "Value"
23
+ },
24
+ "prediction_agent": {
25
+ "dtype": "null",
26
+ "id": null,
27
+ "_type": "Value"
28
+ },
29
+ "annotation": {
30
+ "feature": {
31
+ "dtype": "string",
32
+ "id": null,
33
+ "_type": "Value"
34
+ },
35
+ "length": -1,
36
+ "id": null,
37
+ "_type": "Sequence"
38
+ },
39
+ "annotation_agent": {
40
+ "dtype": "string",
41
+ "id": null,
42
+ "_type": "Value"
43
+ },
44
+ "multi_label": {
45
+ "dtype": "bool",
46
+ "id": null,
47
+ "_type": "Value"
48
+ },
49
+ "explanation": {
50
+ "dtype": "null",
51
+ "id": null,
52
+ "_type": "Value"
53
+ },
54
+ "id": {
55
+ "dtype": "string",
56
+ "id": null,
57
+ "_type": "Value"
58
+ },
59
+ "metadata": {
60
+ "dtype": "null",
61
+ "id": null,
62
+ "_type": "Value"
63
+ },
64
+ "status": {
65
+ "dtype": "string",
66
+ "id": null,
67
+ "_type": "Value"
68
+ },
69
+ "event_timestamp": {
70
+ "dtype": "null",
71
+ "id": null,
72
+ "_type": "Value"
73
+ },
74
+ "metrics": {
75
+ "text_length": {
76
+ "dtype": "int64",
77
+ "id": null,
78
+ "_type": "Value"
79
+ }
80
+ }
81
+ },
82
+ "post_processed": null,
83
+ "supervised_keys": null,
84
+ "task_templates": null,
85
+ "builder_name": null,
86
+ "config_name": null,
87
+ "version": null,
88
+ "splits": {
89
+ "train": {
90
+ "name": "train",
91
+ "num_bytes": 6139,
92
+ "num_examples": 19,
93
+ "dataset_name": "best_sellers_june2022"
94
+ }
95
+ },
96
+ "download_checksums": null,
97
+ "download_size": 10170,
98
+ "post_processing_size": null,
99
+ "dataset_size": 6139,
100
+ "size_in_bytes": 16309
101
+ }}