Datasets:
Tasks:
Text2Text Generation
Formats:
parquet
Languages:
code
Size:
1K - 10K
Tags:
code-generation
License:
File size: 931 Bytes
0994a3e |
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 |
---
dataset_info:
features:
- name: prompt
dtype: string
- name: reference_code
dtype: string
- name: code_context
dtype: string
- name: problem_id
dtype: int64
- name: library_problem_id
dtype: int64
- name: library
dtype:
class_label:
names:
'0': Matplotlib
'1': Numpy
'2': Pandas
'3': Pytorch
'4': Scipy
'5': Sklearn
'6': Tensorflow
- name: test_case_cnt
dtype: int64
- name: perturbation_type
dtype:
class_label:
names:
'0': Difficult-Rewrite
'1': Origin
'2': Semantic
'3': Surface
- name: perturbation_origin_id
dtype: int64
splits:
- name: test
num_bytes: 3136179
num_examples: 1000
download_size: 712717
dataset_size: 3136179
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|