frascuchon HF Staff commited on
Commit
07313b9
·
1 Parent(s): a2dbbb1

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +98 -0
dataset_infos.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"argilla--news_test": {
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
+ "dtype": "string",
31
+ "id": null,
32
+ "_type": "Value"
33
+ },
34
+ "annotation_agent": {
35
+ "dtype": "string",
36
+ "id": null,
37
+ "_type": "Value"
38
+ },
39
+ "multi_label": {
40
+ "dtype": "bool",
41
+ "id": null,
42
+ "_type": "Value"
43
+ },
44
+ "explanation": {
45
+ "dtype": "null",
46
+ "id": null,
47
+ "_type": "Value"
48
+ },
49
+ "id": {
50
+ "dtype": "string",
51
+ "id": null,
52
+ "_type": "Value"
53
+ },
54
+ "metadata": {
55
+ "split": {
56
+ "dtype": "string",
57
+ "id": null,
58
+ "_type": "Value"
59
+ }
60
+ },
61
+ "status": {
62
+ "dtype": "string",
63
+ "id": null,
64
+ "_type": "Value"
65
+ },
66
+ "event_timestamp": {
67
+ "dtype": "null",
68
+ "id": null,
69
+ "_type": "Value"
70
+ },
71
+ "metrics": {
72
+ "text_length": {
73
+ "dtype": "int64",
74
+ "id": null,
75
+ "_type": "Value"
76
+ }
77
+ }
78
+ },
79
+ "post_processed": null,
80
+ "supervised_keys": null,
81
+ "task_templates": null,
82
+ "builder_name": null,
83
+ "config_name": null,
84
+ "version": null,
85
+ "splits": {
86
+ "train": {
87
+ "name": "train",
88
+ "num_bytes": 4320398,
89
+ "num_examples": 7600,
90
+ "dataset_name": "news_test"
91
+ }
92
+ },
93
+ "download_checksums": null,
94
+ "download_size": 2789941,
95
+ "post_processing_size": null,
96
+ "dataset_size": 4320398,
97
+ "size_in_bytes": 7110339
98
+ }}