CoolFace
Datasetpublic

version-control/arrayblow-2.7

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes16downloads
README.md31 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: repo_name5    dtype: string6  - name: hexsha7    dtype: string8  - name: code9    dtype: string10  - name: file_path11    dtype: string12  - name: api_extract13    dtype: string14  splits:15  - name: train16    num_bytes: 481500317    num_examples: 30518  - name: test19    num_bytes: 137947320    num_examples: 15121  download_size: 197273422  dataset_size: 619447623configs:24- config_name: default25  data_files:26  - split: train27    path: data/train-*28  - split: test29    path: data/test-*30---31