Shuu12121 commited on
Commit
bfa91ad
·
verified ·
1 Parent(s): 2ad46af

Upload dataset splits

Browse files
README.md CHANGED
@@ -1,6 +1,5 @@
1
-
2
  ---
3
- license: other # データセット自体ではなく、含まれるコードのライセンスは多様
4
  language: go
5
  pretty_name: go Code Dataset (go-codesearch-dataset-openV2)
6
  tags:
@@ -9,6 +8,45 @@ tags:
9
  - codesearchnet-format
10
  - source-code
11
  - documentation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # go Code Dataset (go-codesearch-dataset-openV2)
 
 
1
  ---
2
+ license: other
3
  language: go
4
  pretty_name: go Code Dataset (go-codesearch-dataset-openV2)
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: 342049797
41
+ num_examples: 388495
42
+ - name: validation
43
+ num_bytes: 33499822
44
+ num_examples: 43941
45
+ - name: test
46
+ num_bytes: 1172721
47
+ num_examples: 1736
48
+ download_size: 96158755
49
+ dataset_size: 376722340
50
  ---
51
 
52
  # go Code Dataset (go-codesearch-dataset-openV2)
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ff877890e9d5017a72029c115d5d7f7a780a7629f854551ca8212bec70ae1df
3
+ size 377215
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7bf37f036e32afd3e50a485f1eb61792c75ac416a73b740235b185becc7ff6e
3
+ size 89275174
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1984eff10df4be9dfb6230635a4b11486600b2a09c480d58617d473e5666c356
3
+ size 6506366