CoolFace
Datasetpublic

adpretko/bringup_riscv_linux

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes14downloads
README.md33 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: problem_name5    dtype: string6  - name: source_code7    dtype: string8  - name: compiler_asm9    dtype: string10  - name: object_asm11    dtype: string12  - name: shared_asm13    dtype: string14  - name: program_asm15    dtype: string16  splits:17  - name: O018    num_bytes: 3995909719    num_examples: 10820  - name: O221    num_bytes: 2963188622    num_examples: 10823  download_size: 2121558724  dataset_size: 6959098325configs:26- config_name: default27  data_files:28  - split: O029    path: data/O0-*30  - split: O231    path: data/O2-*32---33