juliensimon
commited on
Commit
•
224b8e2
1
Parent(s):
01ea9ae
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +33 -1
dataset_infos.json
CHANGED
@@ -1 +1,33 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "",
|
3 |
+
"citation": "",
|
4 |
+
"homepage": "",
|
5 |
+
"license": "",
|
6 |
+
"features": {
|
7 |
+
"labels": {
|
8 |
+
"dtype": "int64",
|
9 |
+
"_type": "Value"
|
10 |
+
},
|
11 |
+
"text": {
|
12 |
+
"dtype": "string",
|
13 |
+
"_type": "Value"
|
14 |
+
}
|
15 |
+
},
|
16 |
+
"splits": {
|
17 |
+
"train": {
|
18 |
+
"name": "train",
|
19 |
+
"num_bytes": 16847665.2,
|
20 |
+
"num_examples": 90000,
|
21 |
+
"dataset_name": null
|
22 |
+
},
|
23 |
+
"test": {
|
24 |
+
"name": "test",
|
25 |
+
"num_bytes": 1871962.8,
|
26 |
+
"num_examples": 10000,
|
27 |
+
"dataset_name": null
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"download_size": 11141108,
|
31 |
+
"dataset_size": 18719628.0,
|
32 |
+
"size_in_bytes": 29860736.0
|
33 |
+
}}
|