hotchpotch commited on
Commit
e0fa6d6
·
verified ·
1 Parent(s): 6d3bc5e

Normalize bm25 split names to language identifiers

Browse files
README.md CHANGED
@@ -7,22 +7,22 @@ dataset_info:
7
  - name: corpus-ids
8
  list: string
9
  splits:
10
- - name: NanoCodeSearchNetGo
11
  num_bytes: 578229
12
  num_examples: 50
13
- - name: NanoCodeSearchNetJava
14
  num_bytes: 865210
15
  num_examples: 50
16
- - name: NanoCodeSearchNetJavaScript
17
  num_bytes: 631841
18
  num_examples: 50
19
- - name: NanoCodeSearchNetPHP
20
  num_bytes: 683511
21
  num_examples: 50
22
- - name: NanoCodeSearchNetPython
23
  num_bytes: 673168
24
  num_examples: 50
25
- - name: NanoCodeSearchNetRuby
26
  num_bytes: 635258
27
  num_examples: 50
28
  download_size: 669346
@@ -111,18 +111,18 @@ dataset_info:
111
  configs:
112
  - config_name: bm25
113
  data_files:
114
- - split: NanoCodeSearchNetGo
115
- path: bm25/NanoCodeSearchNetGo-*
116
- - split: NanoCodeSearchNetJava
117
- path: bm25/NanoCodeSearchNetJava-*
118
- - split: NanoCodeSearchNetJavaScript
119
- path: bm25/NanoCodeSearchNetJavaScript-*
120
- - split: NanoCodeSearchNetPHP
121
- path: bm25/NanoCodeSearchNetPHP-*
122
- - split: NanoCodeSearchNetPython
123
- path: bm25/NanoCodeSearchNetPython-*
124
- - split: NanoCodeSearchNetRuby
125
- path: bm25/NanoCodeSearchNetRuby-*
126
  - config_name: corpus
127
  data_files:
128
  - split: go
 
7
  - name: corpus-ids
8
  list: string
9
  splits:
10
+ - name: go
11
  num_bytes: 578229
12
  num_examples: 50
13
+ - name: java
14
  num_bytes: 865210
15
  num_examples: 50
16
+ - name: javascript
17
  num_bytes: 631841
18
  num_examples: 50
19
+ - name: php
20
  num_bytes: 683511
21
  num_examples: 50
22
+ - name: python
23
  num_bytes: 673168
24
  num_examples: 50
25
+ - name: ruby
26
  num_bytes: 635258
27
  num_examples: 50
28
  download_size: 669346
 
111
  configs:
112
  - config_name: bm25
113
  data_files:
114
+ - split: go
115
+ path: bm25/go-*
116
+ - split: java
117
+ path: bm25/java-*
118
+ - split: javascript
119
+ path: bm25/javascript-*
120
+ - split: php
121
+ path: bm25/php-*
122
+ - split: python
123
+ path: bm25/python-*
124
+ - split: ruby
125
+ path: bm25/ruby-*
126
  - config_name: corpus
127
  data_files:
128
  - split: go
bm25/go-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:223d4e5ec6985c92324f9d4b3973d0ea8debe53dacf0d0276916f2ccc7fa5847
3
+ size 67624
bm25/java-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef77d08db24f6988cde201504ec605b703c6bcd5f6d5ff5811d830841745202
3
+ size 122929
bm25/javascript-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:580c40e788dd26374c44c58d61ea1ed165768333930e247b7595fa9f5e1fbfeb
3
+ size 122906
bm25/php-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:986984a537ca0d6a63977a689bca04a3ab3887e514672623b23a1ef0aee4b0a0
3
+ size 130781
bm25/python-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60175c02df19d2768cfdce554417eddb27b0eb736df5c1093b191711c664482e
3
+ size 154455
bm25/ruby-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b84a0404d805cc9b2367d35733354ce9545fcd705631536b8421ee9a21344d06
3
+ size 70651