frascuchon HF Staff commited on
Commit
9ba1fff
·
1 Parent(s): db46169

Upload dataset_infos.json with huggingface_hub

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