dataset_info: | |
features: | |
- name: repo_name | |
dtype: string | |
- name: path | |
dtype: string | |
- name: copies | |
dtype: string | |
- name: size | |
dtype: string | |
- name: content | |
dtype: string | |
- name: license | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 60634 | |
num_examples: 10 | |
- name: valid | |
num_bytes: 98567 | |
num_examples: 10 | |
download_size: 86952 | |
dataset_size: 159201 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: valid | |
path: data/valid-* | |
- `transformersbook/codeparrot-train` 데이터 셋에서 Data Science 관련 코드를 추출하고 split당 10개씩만 고른 데모용 데어터셋 | |
- A demo dataset that extracts Data Science related code from the `transformersbook/codeparrot-train` dataset and picks only 10 pieces per split. | |