CoolFace
Datasetpublic

JasonWong0516/software-engineering-datasets

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes22downloads
README.md30 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: text5    dtype: string6  - name: source_index7    dtype: int648  - name: chunk_id9    dtype: int6410  - name: num_chunks11    dtype: int6412  - name: instruction13    dtype: string14  - name: output15    dtype: string16  - name: full_text17    dtype: string18  splits:19  - name: train20    num_bytes: 579101521    num_examples: 370522  download_size: 213670123  dataset_size: 579101524configs:25- config_name: default26  data_files:27  - split: train28    path: data/train-*29---30