CoolFace
Datasetpublic

lightonai/CodeSearchNet

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes128downloads
README.md128 linesDownload Raw Back to root
1---2dataset_info:3- config_name: corpus4  features:5  - name: _id6    dtype: string7  - name: text8    dtype: string9  splits:10  - name: python11    num_bytes: 100409612    num_examples: 100013  - name: javascript14    num_bytes: 154780515    num_examples: 100016  - name: go17    num_bytes: 68392318    num_examples: 100019  - name: ruby20    num_bytes: 70904821    num_examples: 100022  - name: java23    num_bytes: 58739824    num_examples: 100025  - name: php26    num_bytes: 85288727    num_examples: 100028  download_size: 209240229  dataset_size: 538515730- config_name: qrels31  features:32  - name: query-id33    dtype: string34  - name: corpus-id35    dtype: string36  splits:37  - name: python38    num_bytes: 14411839    num_examples: 100040  - name: javascript41    num_bytes: 13380142    num_examples: 100043  - name: go44    num_bytes: 12308445    num_examples: 100046  - name: ruby47    num_bytes: 13428648    num_examples: 100049  - name: java50    num_bytes: 16834151    num_examples: 100052  - name: php53    num_bytes: 14336554    num_examples: 100055  download_size: 21288856  dataset_size: 84699557- config_name: queries58  features:59  - name: _id60    dtype: string61  - name: text62    dtype: string63  splits:64  - name: python65    num_bytes: 47772266    num_examples: 100067  - name: javascript68    num_bytes: 20269669    num_examples: 100070  - name: go71    num_bytes: 13610572    num_examples: 100073  - name: ruby74    num_bytes: 32486675    num_examples: 100076  - name: java77    num_bytes: 70195878    num_examples: 100079  - name: php80    num_bytes: 17318981    num_examples: 100082  download_size: 94057683  dataset_size: 201653684configs:85- config_name: corpus86  data_files:87  - split: python88    path: corpus/python-*89  - split: javascript90    path: corpus/javascript-*91  - split: go92    path: corpus/go-*93  - split: ruby94    path: corpus/ruby-*95  - split: java96    path: corpus/java-*97  - split: php98    path: corpus/php-*99- config_name: qrels100  data_files:101  - split: python102    path: qrels/python-*103  - split: javascript104    path: qrels/javascript-*105  - split: go106    path: qrels/go-*107  - split: ruby108    path: qrels/ruby-*109  - split: java110    path: qrels/java-*111  - split: php112    path: qrels/php-*113- config_name: queries114  data_files:115  - split: python116    path: queries/python-*117  - split: javascript118    path: queries/javascript-*119  - split: go120    path: queries/go-*121  - split: ruby122    path: queries/ruby-*123  - split: java124    path: queries/java-*125  - split: php126    path: queries/php-*127---128