Shuu12121 commited on
Commit
24ad790
·
verified ·
1 Parent(s): 077d7d4

Upload dataset splits

Browse files
README.md CHANGED
@@ -1,6 +1,5 @@
1
-
2
  ---
3
- license: other # データセット自体ではなく、含まれるコードのライセンスは多様
4
  language: php
5
  pretty_name: php Code Dataset (php-codesearch-dataset-open)
6
  tags:
@@ -9,6 +8,45 @@ tags:
9
  - codesearchnet-format
10
  - source-code
11
  - documentation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # php Code Dataset (php-codesearch-dataset-open)
 
 
1
  ---
2
+ license: other
3
  language: php
4
  pretty_name: php Code Dataset (php-codesearch-dataset-open)
5
  tags:
 
8
  - codesearchnet-format
9
  - source-code
10
  - documentation
11
+ configs:
12
+ - config_name: default
13
+ data_files:
14
+ - split: train
15
+ path: data/train-*
16
+ - split: validation
17
+ path: data/validation-*
18
+ - split: test
19
+ path: data/test-*
20
+ dataset_info:
21
+ features:
22
+ - name: code
23
+ dtype: string
24
+ - name: docstring
25
+ dtype: string
26
+ - name: func_name
27
+ dtype: string
28
+ - name: language
29
+ dtype: string
30
+ - name: repo
31
+ dtype: string
32
+ - name: path
33
+ dtype: string
34
+ - name: url
35
+ dtype: string
36
+ - name: license
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 239674886
41
+ num_examples: 339995
42
+ - name: validation
43
+ num_bytes: 1077889
44
+ num_examples: 1405
45
+ - name: test
46
+ num_bytes: 1854579
47
+ num_examples: 2524
48
+ download_size: 47599874
49
+ dataset_size: 242607354
50
  ---
51
 
52
  # php Code Dataset (php-codesearch-dataset-open)
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df6c3946b2632644e7256c5fa58682d064192b8e8cecad09d42ee621fd27a6c3
3
+ size 535484
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5204228740d2e0417375c077684507bdb771cac46c5ed7ab0273f3302ab6d330
3
+ size 46719284
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e6b5c85755f0ef9973778aecc2646ecd4fa97e5b164b1b439812f8d35326feb
3
+ size 345106