code_search_net / README.md
claudios's picture
Upload dataset
30e90d1 verified
|
raw
history blame
4.11 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
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-*