metadata
dataset_info:
- 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_code_tokens
sequence: string
- name: func_documentation_string
dtype: string
- name: func_documentation_tokens
sequence: string
- name: split_name
dtype: string
- name: func_code_url
dtype: string
splits:
- name: train
num_bytes: 302791869
num_examples: 105069
- name: validation
num_bytes: 10552031
num_examples: 3880
- name: test
num_bytes: 18135606
num_examples: 6244
download_size: 773904442
dataset_size: 331479506
- config_name: kotlin
features:
- name: language
dtype: string
- name: documentation
dtype: string
- name: function_def
dtype: string
- name: code_completion
dtype: string
- name: prompt
dtype: string
- name: func_name
dtype: string
splits:
- name: train
num_bytes: 7044641.67818604
num_examples: 5537
- name: validation
num_bytes: 871515.1796202705
num_examples: 685
- name: test
num_bytes: 1398241.1421936895
num_examples: 1099
download_size: 3976897
dataset_size: 9314398
- 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_code_tokens
sequence: string
- name: func_documentation_string
dtype: string
- name: func_documentation_tokens
sequence: string
- name: split_name
dtype: string
- name: func_code_url
dtype: string
splits:
- name: train
num_bytes: 226924992.05985793
num_examples: 72952
- name: validation
num_bytes: 14480556.381407453
num_examples: 4702
- name: test
num_bytes: 11736675.827900406
num_examples: 3823
download_size: 282262612
dataset_size: 253142224.26916578
configs:
- config_name: java
data_files:
- split: train
path: java/train-*
- split: validation
path: java/validation-*
- split: test
path: java/test-*
- config_name: kotlin
data_files:
- split: train
path: kotlin/train-*
- split: validation
path: kotlin/validation-*
- split: test
path: kotlin/test-*
- config_name: python
data_files:
- split: train
path: python/train-*
- split: validation
path: python/validation-*
- split: test
path: python/test-*