kejian commited on
Commit
6c2c84e
1 Parent(s): db26630

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +82 -0
dataset_infos.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"kejian--codesearchnet-python-raw": {
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
+ },
63
+ "post_processed": null,
64
+ "supervised_keys": null,
65
+ "task_templates": null,
66
+ "builder_name": null,
67
+ "config_name": null,
68
+ "version": null,
69
+ "splits": {
70
+ "train": {
71
+ "name": "train",
72
+ "num_bytes": 541143548,
73
+ "num_examples": 200000,
74
+ "dataset_name": "codesearchnet-python-raw"
75
+ }
76
+ },
77
+ "download_checksums": null,
78
+ "download_size": 235778734,
79
+ "post_processing_size": null,
80
+ "dataset_size": 541143548,
81
+ "size_in_bytes": 776922282
82
+ }}