frascuchon commited on
Commit
941de26
1 Parent(s): f74d219

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +107 -0
dataset_infos.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"argilla--news": {
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
+ {
21
+ "label": {
22
+ "dtype": "string",
23
+ "id": null,
24
+ "_type": "Value"
25
+ },
26
+ "score": {
27
+ "dtype": "float64",
28
+ "id": null,
29
+ "_type": "Value"
30
+ }
31
+ }
32
+ ],
33
+ "prediction_agent": {
34
+ "dtype": "string",
35
+ "id": null,
36
+ "_type": "Value"
37
+ },
38
+ "annotation": {
39
+ "dtype": "null",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "annotation_agent": {
44
+ "dtype": "null",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "multi_label": {
49
+ "dtype": "bool",
50
+ "id": null,
51
+ "_type": "Value"
52
+ },
53
+ "explanation": {
54
+ "dtype": "null",
55
+ "id": null,
56
+ "_type": "Value"
57
+ },
58
+ "id": {
59
+ "dtype": "string",
60
+ "id": null,
61
+ "_type": "Value"
62
+ },
63
+ "metadata": {
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
+ "text_length": {
82
+ "dtype": "int64",
83
+ "id": null,
84
+ "_type": "Value"
85
+ }
86
+ }
87
+ },
88
+ "post_processed": null,
89
+ "supervised_keys": null,
90
+ "task_templates": null,
91
+ "builder_name": null,
92
+ "config_name": null,
93
+ "version": null,
94
+ "splits": {
95
+ "train": {
96
+ "name": "train",
97
+ "num_bytes": 25257746,
98
+ "num_examples": 38085,
99
+ "dataset_name": "news"
100
+ }
101
+ },
102
+ "download_checksums": null,
103
+ "download_size": 14391689,
104
+ "post_processing_size": null,
105
+ "dataset_size": 25257746,
106
+ "size_in_bytes": 39649435
107
+ }}