Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +52 -1
dataset_infos.json
CHANGED
@@ -1 +1,52 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"text": {
|
8 |
+
"dtype": "string",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"ents": [
|
12 |
+
{
|
13 |
+
"indices": {
|
14 |
+
"feature": {
|
15 |
+
"dtype": "int64",
|
16 |
+
"_type": "Value"
|
17 |
+
},
|
18 |
+
"_type": "Sequence"
|
19 |
+
},
|
20 |
+
"label": {
|
21 |
+
"dtype": "string",
|
22 |
+
"_type": "Value"
|
23 |
+
},
|
24 |
+
"score": {
|
25 |
+
"dtype": "int64",
|
26 |
+
"_type": "Value"
|
27 |
+
},
|
28 |
+
"text": {
|
29 |
+
"dtype": "string",
|
30 |
+
"_type": "Value"
|
31 |
+
}
|
32 |
+
}
|
33 |
+
]
|
34 |
+
},
|
35 |
+
"splits": {
|
36 |
+
"train": {
|
37 |
+
"name": "train",
|
38 |
+
"num_bytes": 8592427,
|
39 |
+
"num_examples": 14897,
|
40 |
+
"dataset_name": null
|
41 |
+
},
|
42 |
+
"validation": {
|
43 |
+
"name": "validation",
|
44 |
+
"num_bytes": 2851335,
|
45 |
+
"num_examples": 4968,
|
46 |
+
"dataset_name": null
|
47 |
+
}
|
48 |
+
},
|
49 |
+
"download_size": 3572845,
|
50 |
+
"dataset_size": 11443762,
|
51 |
+
"size_in_bytes": 15016607
|
52 |
+
}}
|