code_search_net / README.md
claudios's picture
Upload dataset
5e68fbe verified
|
raw
history blame
5.74 kB
metadata
dataset_info:
  - config_name: all
    features:
      - name: repository_name
        dtype: string
      - name: func_path_in_repository
        dtype: string
      - name: func_name
        dtype: string
      - name: whole_func_string
        dtype: string
      - name: language
        dtype: string
      - name: func_code_string
        dtype: string
      - name: func_documentation_string
        dtype: string
      - name: func_code_url
        dtype: string
    splits:
      - name: train
        num_bytes: 3722956913
        num_examples: 1880853
      - name: test
        num_bytes: 196789933
        num_examples: 100529
      - name: validation
        num_bytes: 176665333
        num_examples: 89154
    download_size: 1374970394
    dataset_size: 4096412179
  - config_name: go
    features:
      - name: repository_name
        dtype: string
      - name: func_path_in_repository
        dtype: string
      - name: func_name
        dtype: string
      - name: whole_func_string
        dtype: string
      - name: language
        dtype: string
      - name: func_code_string
        dtype: string
      - name: func_documentation_string
        dtype: string
      - name: func_code_url
        dtype: string
    splits:
      - name: train
        num_bytes: 409170909
        num_examples: 317832
      - name: test
        num_bytes: 17800759
        num_examples: 14291
      - name: validation
        num_bytes: 15005438
        num_examples: 14242
    download_size: 150594843
    dataset_size: 441977106
  - config_name: java
    features:
      - name: repository_name
        dtype: string
      - name: func_path_in_repository
        dtype: string
      - name: func_name
        dtype: string
      - name: whole_func_string
        dtype: string
      - name: language
        dtype: string
      - name: func_code_string
        dtype: string
      - name: func_documentation_string
        dtype: string
      - name: func_code_url
        dtype: string
    splits:
      - name: train
        num_bytes: 908426737
        num_examples: 454451
      - name: test
        num_bytes: 51425767
        num_examples: 26909
      - name: validation
        num_bytes: 27050061
        num_examples: 15328
    download_size: 292501337
    dataset_size: 986902565
  - config_name: javascript
    features:
      - name: repository_name
        dtype: string
      - name: func_path_in_repository
        dtype: string
      - name: func_name
        dtype: string
      - name: whole_func_string
        dtype: string
      - name: language
        dtype: string
      - name: func_code_string
        dtype: string
      - name: func_documentation_string
        dtype: string
      - name: func_code_url
        dtype: string
    splits:
      - name: train
        num_bytes: 290274945
        num_examples: 123889
      - name: test
        num_bytes: 14699408
        num_examples: 6483
      - name: validation
        num_bytes: 18327918
        num_examples: 8253
    download_size: 120536692
    dataset_size: 323302271
  - config_name: php
    features:
      - name: repository_name
        dtype: string
      - name: func_path_in_repository
        dtype: string
      - name: func_name
        dtype: string
      - name: whole_func_string
        dtype: string
      - name: language
        dtype: string
      - name: func_code_string
        dtype: string
      - name: func_documentation_string
        dtype: string
      - name: func_code_url
        dtype: string
    splits:
      - name: train
        num_bytes: 955464342
        num_examples: 523712
      - name: test
        num_bytes: 50005248
        num_examples: 28391
      - name: validation
        num_bytes: 48431131
        num_examples: 26015
    download_size: 346362115
    dataset_size: 1053900721
  - config_name: python
    features:
      - name: repository_name
        dtype: string
      - name: func_path_in_repository
        dtype: string
      - name: func_name
        dtype: string
      - name: whole_func_string
        dtype: string
      - name: language
        dtype: string
      - name: func_code_string
        dtype: string
      - name: func_documentation_string
        dtype: string
      - name: func_code_url
        dtype: string
    splits:
      - name: train
        num_bytes: 1086892447
        num_examples: 412178
      - name: test
        num_bytes: 59417109
        num_examples: 22176
      - name: validation
        num_bytes: 64756973
        num_examples: 23107
    download_size: 435192611
    dataset_size: 1211066529
  - config_name: ruby
    features:
      - name: repository_name
        dtype: string
      - name: func_path_in_repository
        dtype: string
      - name: func_name
        dtype: string
      - name: whole_func_string
        dtype: string
      - name: language
        dtype: string
      - name: func_code_string
        dtype: string
      - name: func_documentation_string
        dtype: string
      - name: func_code_url
        dtype: string
    splits:
      - name: train
        num_bytes: 72727533
        num_examples: 48791
      - name: test
        num_bytes: 3441642
        num_examples: 2279
      - name: validation
        num_bytes: 3093812
        num_examples: 2209
    download_size: 29488621
    dataset_size: 79262987
configs:
  - config_name: all
    data_files:
      - split: train
        path: all/train-*
      - split: test
        path: all/test-*
      - split: validation
        path: all/validation-*
  - config_name: go
    data_files:
      - split: train
        path: go/train-*
      - split: test
        path: go/test-*
      - split: validation
        path: go/validation-*
  - config_name: java
    data_files:
      - split: train
        path: java/train-*
      - split: test
        path: java/test-*
      - split: validation
        path: java/validation-*
  - config_name: javascript
    data_files:
      - split: train
        path: javascript/train-*
      - split: test
        path: javascript/test-*
      - split: validation
        path: javascript/validation-*
  - config_name: php
    data_files:
      - split: train
        path: php/train-*
      - split: test
        path: php/test-*
      - split: validation
        path: php/validation-*
  - config_name: python
    data_files:
      - split: train
        path: python/train-*
      - split: test
        path: python/test-*
      - split: validation
        path: python/validation-*
  - config_name: ruby
    data_files:
      - split: train
        path: ruby/train-*
      - split: test
        path: ruby/test-*
      - split: validation
        path: ruby/validation-*