kejian commited on
Commit
d3a09cd
1 Parent(s): a877762

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +87 -0
dataset_infos.json ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"kejian--codesearchnet-python-raw-457k": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "repo": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "path": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "url": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "code": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "code_tokens": {
28
+ "feature": {
29
+ "dtype": "string",
30
+ "id": null,
31
+ "_type": "Value"
32
+ },
33
+ "length": -1,
34
+ "id": null,
35
+ "_type": "Sequence"
36
+ },
37
+ "docstring": {
38
+ "dtype": "string",
39
+ "id": null,
40
+ "_type": "Value"
41
+ },
42
+ "docstring_tokens": {
43
+ "feature": {
44
+ "dtype": "string",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "length": -1,
49
+ "id": null,
50
+ "_type": "Sequence"
51
+ },
52
+ "language": {
53
+ "dtype": "string",
54
+ "id": null,
55
+ "_type": "Value"
56
+ },
57
+ "partition": {
58
+ "dtype": "string",
59
+ "id": null,
60
+ "_type": "Value"
61
+ },
62
+ "avg_line_len": {
63
+ "dtype": "float64",
64
+ "id": null,
65
+ "_type": "Value"
66
+ }
67
+ },
68
+ "post_processed": null,
69
+ "supervised_keys": null,
70
+ "task_templates": null,
71
+ "builder_name": null,
72
+ "config_name": null,
73
+ "version": null,
74
+ "splits": {
75
+ "train": {
76
+ "name": "train",
77
+ "num_bytes": 1241185652,
78
+ "num_examples": 457461,
79
+ "dataset_name": "codesearchnet-python-raw-457k"
80
+ }
81
+ },
82
+ "download_checksums": null,
83
+ "download_size": 541318739,
84
+ "post_processing_size": null,
85
+ "dataset_size": 1241185652,
86
+ "size_in_bytes": 1782504391
87
+ }}