JesseLiu commited on
Commit
ce80c14
·
verified ·
1 Parent(s): 1f9c6f8

Delete dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -64
dataset_infos.json DELETED
@@ -1,64 +0,0 @@
1
- {
2
- "advance": {
3
- "description": "This subset contains advanced-level test data.",
4
- "citation": "",
5
- "homepage": "",
6
- "license": "",
7
- "splits": {
8
- "test": {
9
- "name": "test",
10
- "num_bytes": 0,
11
- "num_examples": 1000,
12
- "dataset_name": "advance"
13
- }
14
- }
15
- },
16
- "all": {
17
- "description": "This subset contains the full dataset including training and test data.",
18
- "citation": "",
19
- "homepage": "",
20
- "license": "",
21
- "splits": {
22
- "train": {
23
- "name": "train",
24
- "num_bytes": 0,
25
- "num_examples": 10200,
26
- "dataset_name": "all"
27
- },
28
- "test": {
29
- "name": "test",
30
- "num_bytes": 0,
31
- "num_examples": 2000,
32
- "dataset_name": "all"
33
- }
34
- }
35
- },
36
- "basic": {
37
- "description": "This subset contains basic-level test data.",
38
- "citation": "",
39
- "homepage": "",
40
- "license": "",
41
- "splits": {
42
- "test": {
43
- "name": "test",
44
- "num_bytes": 0,
45
- "num_examples": 500,
46
- "dataset_name": "basic"
47
- }
48
- }
49
- },
50
- "challenge": {
51
- "description": "This subset contains challenge-level test data.",
52
- "citation": "",
53
- "homepage": "",
54
- "license": "",
55
- "splits": {
56
- "test": {
57
- "name": "test",
58
- "num_bytes": 0,
59
- "num_examples": 500,
60
- "dataset_name": "challenge"
61
- }
62
- }
63
- }
64
- }