Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +45 -0
dataset_info.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"splits": [
|
3 |
+
{
|
4 |
+
"name": "train",
|
5 |
+
"num_examples": 1000000
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"name": "validation",
|
9 |
+
"num_examples": 10000
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"name": "test",
|
13 |
+
"num_examples": 10000
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"name": "validation1000",
|
17 |
+
"num_examples": 1000
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"name": "test1000",
|
21 |
+
"num_examples": 1000
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"name": "validation100",
|
25 |
+
"num_examples": 100
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"name": "test100",
|
29 |
+
"num_examples": 100
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"name": "pretrain",
|
33 |
+
"num_examples": 10000
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"name": "reserve",
|
37 |
+
"num_examples": 79399
|
38 |
+
}
|
39 |
+
],
|
40 |
+
"total_samples": 1111599,
|
41 |
+
"format": "jsonl",
|
42 |
+
"description": "Dataset split information for Hugging Face repository",
|
43 |
+
"citation": "",
|
44 |
+
"license": ""
|
45 |
+
}
|