Teven Le Scao commited on
Commit
cead7ea
·
1 Parent(s): 6992353

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +1 -57
dataset_infos.json CHANGED
@@ -1,57 +1 @@
1
- {"teven--code_contests": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
- "license": "",
6
- "features": {
7
- "name": {
8
- "dtype": "string",
9
- "id": null,
10
- "_type": "Value"
11
- },
12
- "description": {
13
- "dtype": "string",
14
- "id": null,
15
- "_type": "Value"
16
- },
17
- "source": {
18
- "dtype": "int64",
19
- "id": null,
20
- "_type": "Value"
21
- },
22
- "difficulty": {
23
- "dtype": "int64",
24
- "id": null,
25
- "_type": "Value"
26
- },
27
- "solution": {
28
- "dtype": "string",
29
- "id": null,
30
- "_type": "Value"
31
- },
32
- "language": {
33
- "dtype": "string",
34
- "id": null,
35
- "_type": "Value"
36
- }
37
- },
38
- "post_processed": null,
39
- "supervised_keys": null,
40
- "task_templates": null,
41
- "builder_name": null,
42
- "config_name": null,
43
- "version": null,
44
- "splits": {
45
- "train": {
46
- "name": "train",
47
- "num_bytes": 125711617,
48
- "num_examples": 29863,
49
- "dataset_name": "code_contests"
50
- }
51
- },
52
- "download_checksums": null,
53
- "download_size": 23758601,
54
- "post_processing_size": null,
55
- "dataset_size": 125711617,
56
- "size_in_bytes": 149470218
57
- }}
 
1
+ {"teven--code_contests": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"name": {"dtype": "null", "id": null, "_type": "Value"}, "description": {"dtype": "null", "id": null, "_type": "Value"}, "source": {"dtype": "null", "id": null, "_type": "Value"}, "difficulty": {"dtype": "null", "id": null, "_type": "Value"}, "solution": {"dtype": "null", "id": null, "_type": "Value"}, "language": {"dtype": "null", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 0, "num_examples": 0, "dataset_name": "code_contests"}, "valid": {"name": "valid", "num_bytes": 0, "num_examples": 0, "dataset_name": "code_contests"}, "test": {"name": "test", "num_bytes": 0, "num_examples": 0, "dataset_name": "code_contests"}}, "download_checksums": null, "download_size": 2100, "post_processing_size": null, "dataset_size": 0, "size_in_bytes": 2100}}