|
|
---
|
|
|
license: mit
|
|
|
dataset_info:
|
|
|
features:
|
|
|
- name: repository_name
|
|
|
dtype: string
|
|
|
- name: func_path_in_repository
|
|
|
dtype: string
|
|
|
- name: func_name
|
|
|
dtype: string
|
|
|
- name: language
|
|
|
dtype: string
|
|
|
- name: func_code_string
|
|
|
dtype: string
|
|
|
- name: func_documentation_string
|
|
|
dtype: string
|
|
|
- name: split_name
|
|
|
dtype: string
|
|
|
- name: func_code_url
|
|
|
dtype: string
|
|
|
- name: called_functions
|
|
|
sequence: string
|
|
|
- name: enclosing_scope
|
|
|
dtype: string
|
|
|
splits:
|
|
|
- name: train
|
|
|
num_bytes: 9435239182
|
|
|
num_examples: 353342
|
|
|
- name: valid
|
|
|
num_bytes: 533055174
|
|
|
num_examples: 19721
|
|
|
- name: test
|
|
|
num_bytes: 365927775
|
|
|
num_examples: 16681
|
|
|
download_size: 2392512732
|
|
|
dataset_size: 10334222131
|
|
|
configs:
|
|
|
- config_name: default
|
|
|
data_files:
|
|
|
- split: train
|
|
|
path: data/train-*
|
|
|
- split: valid
|
|
|
path: data/valid-*
|
|
|
- split: test
|
|
|
path: data/test-*
|
|
|
---
|
|
|
|