CoolFace
Datasetpublic

Zigistry/programs

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes3downloads
README.md72 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: avatar_url5    dtype: string6  - name: name7    dtype: string8  - name: full_name9    dtype: string10  - name: created_at11    dtype: string12  - name: description13    dtype: string14  - name: default_branch15    dtype: string16  - name: open_issues17    dtype: int6418  - name: stargazers_count19    dtype: int6420  - name: forks_count21    dtype: int6422  - name: watchers_count23    dtype: int6424  - name: tags_url25    dtype: string26  - name: license27    dtype: string28  - name: topics29    sequence: string30  - name: size31    dtype: int6432  - name: fork33    dtype: bool34  - name: updated_at35    dtype: string36  - name: has_build_zig37    dtype: bool38  - name: has_build_zig_zon39    dtype: bool40  - name: zig_minimum_version41    dtype: string42  - name: repo_from43    dtype: string44  - name: dependencies45    list:46    - name: commit47      dtype: string48    - name: name49      dtype: string50    - name: tar_url51      dtype: string52    - name: type53      dtype: string54    - name: url55      dtype: string56  - name: readme_content57    dtype: string58  - name: dependents59    sequence: string60  splits:61  - name: train62    num_bytes: 1067858763    num_examples: 316164  download_size: 489896465  dataset_size: 1067858766configs:67- config_name: default68  data_files:69  - split: train70    path: data/train-*71---72