Upload dataset_infos.json
Browse files- dataset_infos.json +66 -0
dataset_infos.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"abstract_id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"label": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"text": {
|
19 |
+
"dtype": "string",
|
20 |
+
"id": null,
|
21 |
+
"_type": "Value"
|
22 |
+
},
|
23 |
+
"sentence_id": {
|
24 |
+
"dtype": "int64",
|
25 |
+
"id": null,
|
26 |
+
"_type": "Value"
|
27 |
+
}
|
28 |
+
},
|
29 |
+
"post_processed": null,
|
30 |
+
"supervised_keys": null,
|
31 |
+
"task_templates": null,
|
32 |
+
"builder_name": "json",
|
33 |
+
"config_name": "armanc--pubmed-rct20k",
|
34 |
+
"version": {
|
35 |
+
"version_str": "0.0.0",
|
36 |
+
"description": null,
|
37 |
+
"major": 0,
|
38 |
+
"minor": 0,
|
39 |
+
"patch": 0
|
40 |
+
},
|
41 |
+
"splits": {
|
42 |
+
"train": {
|
43 |
+
"name": "train",
|
44 |
+
"num_bytes": 33100479,
|
45 |
+
"num_examples": 176642,
|
46 |
+
"dataset_name": "json"
|
47 |
+
},
|
48 |
+
"test": {
|
49 |
+
"name": "test",
|
50 |
+
"num_bytes": 5516320,
|
51 |
+
"num_examples": 29578,
|
52 |
+
"dataset_name": "json"
|
53 |
+
},
|
54 |
+
"validation": {
|
55 |
+
"name": "validation",
|
56 |
+
"num_bytes": 5552080,
|
57 |
+
"num_examples": 29672,
|
58 |
+
"dataset_name": "json"
|
59 |
+
}
|
60 |
+
},
|
61 |
+
"download_size": 54356175,
|
62 |
+
"post_processing_size": null,
|
63 |
+
"dataset_size": 44168879,
|
64 |
+
"size_in_bytes": 98525054
|
65 |
+
}
|
66 |
+
}
|