Shuu12121's picture
Filtered and deduplicated splits
c5af8a2 verified
metadata
license: apache-2.0
language: code
tags:
  - code
  - php
  - codesearchnet-format
dataset_info:
  features:
    - name: code
      dtype: string
    - name: docstring
      dtype: string
    - name: func_name
      dtype: string
    - name: language
      dtype: string
    - name: repo
      dtype: string
    - name: path
      dtype: string
    - name: url
      dtype: string
    - name: license
      dtype: string
  splits:
    - name: train
      num_bytes: 94826648.37702908
      num_examples: 134518
    - name: validation
      num_bytes: 983525.7637010677
      num_examples: 1282
    - name: test
      num_bytes: 1632676.1244057051
      num_examples: 2222
  download_size: 29575199
  dataset_size: 97442850.26513585
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*

Php CodeSearchNet–Filtered

Filtered to remove files from repositories appearing in the CodeSearchNet test split, deduplicated on identical docstring or code.

Splits

  • train: 134,518 examples
  • validation: 1,282 examples
  • test: 2,222 examples

Total: 138,022 examples