Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +88 -1
dataset_infos.json
CHANGED
@@ -1 +1,88 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"Identifier": {
|
8 |
+
"dtype": "string",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"Paragraph": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"Citation Text": {
|
16 |
+
"feature": {
|
17 |
+
"dtype": "string",
|
18 |
+
"_type": "Value"
|
19 |
+
},
|
20 |
+
"_type": "Sequence"
|
21 |
+
},
|
22 |
+
"Functions Text": {
|
23 |
+
"feature": {
|
24 |
+
"dtype": "string",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"_type": "Sequence"
|
28 |
+
},
|
29 |
+
"Functions Label": {
|
30 |
+
"feature": {
|
31 |
+
"dtype": "string",
|
32 |
+
"_type": "Value"
|
33 |
+
},
|
34 |
+
"_type": "Sequence"
|
35 |
+
},
|
36 |
+
"Citation Start End": {
|
37 |
+
"feature": {
|
38 |
+
"feature": {
|
39 |
+
"dtype": "int64",
|
40 |
+
"_type": "Value"
|
41 |
+
},
|
42 |
+
"_type": "Sequence"
|
43 |
+
},
|
44 |
+
"_type": "Sequence"
|
45 |
+
},
|
46 |
+
"Functions Start End": {
|
47 |
+
"feature": {
|
48 |
+
"feature": {
|
49 |
+
"dtype": "int64",
|
50 |
+
"_type": "Value"
|
51 |
+
},
|
52 |
+
"_type": "Sequence"
|
53 |
+
},
|
54 |
+
"_type": "Sequence"
|
55 |
+
}
|
56 |
+
},
|
57 |
+
"builder_name": "json",
|
58 |
+
"config_name": "default",
|
59 |
+
"version": {
|
60 |
+
"version_str": "0.0.0",
|
61 |
+
"major": 0,
|
62 |
+
"minor": 0,
|
63 |
+
"patch": 0
|
64 |
+
},
|
65 |
+
"splits": {
|
66 |
+
"train": {
|
67 |
+
"name": "train",
|
68 |
+
"num_bytes": 7096500,
|
69 |
+
"num_examples": 2421,
|
70 |
+
"dataset_name": null
|
71 |
+
},
|
72 |
+
"validation": {
|
73 |
+
"name": "validation",
|
74 |
+
"num_bytes": 1761751,
|
75 |
+
"num_examples": 606,
|
76 |
+
"dataset_name": null
|
77 |
+
},
|
78 |
+
"test": {
|
79 |
+
"name": "test",
|
80 |
+
"num_bytes": 2512022,
|
81 |
+
"num_examples": 821,
|
82 |
+
"dataset_name": null
|
83 |
+
}
|
84 |
+
},
|
85 |
+
"download_size": 5649484,
|
86 |
+
"dataset_size": 11370273,
|
87 |
+
"size_in_bytes": 17019757
|
88 |
+
}}
|