Daniel Vila
commited on
Commit
•
2d63739
1
Parent(s):
a5fafe9
Upload dataset_infos.json
Browse files- dataset_infos.json +103 -1
dataset_infos.json
CHANGED
@@ -1 +1,103 @@
|
|
1 |
-
{"rubrix--sst2_with_predictions": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"rubrix--sst2_with_predictions": {
|
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": "null",
|
35 |
+
"id": null,
|
36 |
+
"_type": "Value"
|
37 |
+
},
|
38 |
+
"annotation": {
|
39 |
+
"dtype": "string",
|
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": "null",
|
60 |
+
"id": null,
|
61 |
+
"_type": "Value"
|
62 |
+
},
|
63 |
+
"metadata": {
|
64 |
+
"dtype": "null",
|
65 |
+
"id": null,
|
66 |
+
"_type": "Value"
|
67 |
+
},
|
68 |
+
"status": {
|
69 |
+
"dtype": "string",
|
70 |
+
"id": null,
|
71 |
+
"_type": "Value"
|
72 |
+
},
|
73 |
+
"event_timestamp": {
|
74 |
+
"dtype": "null",
|
75 |
+
"id": null,
|
76 |
+
"_type": "Value"
|
77 |
+
},
|
78 |
+
"metrics": {
|
79 |
+
"dtype": "null",
|
80 |
+
"id": null,
|
81 |
+
"_type": "Value"
|
82 |
+
}
|
83 |
+
},
|
84 |
+
"post_processed": null,
|
85 |
+
"supervised_keys": null,
|
86 |
+
"task_templates": null,
|
87 |
+
"builder_name": null,
|
88 |
+
"config_name": null,
|
89 |
+
"version": null,
|
90 |
+
"splits": {
|
91 |
+
"train": {
|
92 |
+
"name": "train",
|
93 |
+
"num_bytes": 12402330,
|
94 |
+
"num_examples": 67349,
|
95 |
+
"dataset_name": "sst2_with_predictions"
|
96 |
+
}
|
97 |
+
},
|
98 |
+
"download_checksums": null,
|
99 |
+
"download_size": 6242768,
|
100 |
+
"post_processing_size": null,
|
101 |
+
"dataset_size": 12402330,
|
102 |
+
"size_in_bytes": 18645098
|
103 |
+
}}
|