File size: 1,152 Bytes
d1177fe c5af8a2 d1177fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
---
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
|