CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01Neo111x /decompile-dataset-large-asmtext1M<n<10M3 likes724 downloads2y agoHugging Face02theelderemo /linux-asm-pairs Linux Kernel Assembly → Explanation Dataset A dataset of disassembled Linux kernel functions paired with structured natural-language explanations, built from the Linux Commits Dataset (Zenodo 10654193). Each row corresponds to a single compiled function extracted from a .c or .h file touched by a Bug-Fix Commit (BFC) or Bug-Introducing Commit (BIC) in the Linux kernel git history. Source files are compiled with gcc -O2 -g -fno-inline -fno-omit-frame-pointer and disassembled with… See the full description on the dataset page: https://huggingface.co/datasets/theelderemo/linux-asm-pairs.texttext-generation1K<n<10K0 likes230 downloads5mo agoHugging Face03ahmedheakl /asm_cuda_to_amdtabular10K<n<100K1 likes141 downloads2y agoHugging Face04ahmedheakl /asm2asm_mac_x86_datatext100K<n<1M0 likes79 downloads2y agoHugging Face05ahmedheakl /asm2asm_O0_500000_armv8text100K<n<1M0 likes74 downloads2y agoHugging Face06ahmedheakl /asm2asm_100000 Dataset Card for "asm2asm_100000" More Information needed text10K<n<100K0 likes69 downloads2y agoHugging Face07ahmedheakl /asm2asm_O0_1000000_gnueabi_gcc Dataset Card for "asm2asm_O0_1000000_gnueabi_gcc" More Information needed text100K<n<1M0 likes69 downloads2y agoHugging Face08murodbek /bringup_asm BringUpBench C and Assembly This dataset pairs C programs from BringUpBench 1.9 with assembly generated by Clang 17 for four CPU targets and seven optimization levels. It is intended for research on compilation, decompilation, assembly understanding, and cross-architecture code translation. Dataset structure The dataset contains 108 programs. Each optimization level is stored as a separate Hugging Face split, with 108 rows per split. These are compiler… See the full description on the dataset page: https://huggingface.co/datasets/murodbek/bringup_asm.texttext-generationn<1K0 likes65 downloads27d agoHugging Face09Raniahossam33 /chunked-asm2asm-fulltext100K<n<1M0 likes61 downloads2y agoHugging Face10ahmedheakl /asm2asm_O0_500000_risctext100K<n<1M0 likes57 downloads2y agoHugging Face11murodbek /mceval_asm McEval-C and Assembly This dataset pairs the C-language tasks from McEval with assembly generated by Clang 17 for four CPU targets and seven optimization levels. It is intended for research on compilation, decompilation, assembly understanding, and cross-architecture code translation. Dataset structure The dataset contains 50 programs. Each optimization level is stored as a separate Hugging Face split, with 50 rows per split. These are compiler configurations, not… See the full description on the dataset page: https://huggingface.co/datasets/murodbek/mceval_asm.texttext-generationn<1K0 likes55 downloads27d agoHugging Face12murodbek /humaneval_asm HumanEval-C and Assembly This dataset pairs C functions from the HumanEval-Decompile benchmark with assembly generated by Clang 17 for four CPU targets and seven optimization levels. It is intended for research on compilation, decompilation, assembly understanding, and cross-architecture code translation. Dataset structure The dataset contains 164 programs. Each optimization level is stored as a separate Hugging Face split, with 164 rows per split. These are… See the full description on the dataset page: https://huggingface.co/datasets/murodbek/humaneval_asm.texttext-generation1K<n<10K0 likes53 downloads27d agoHugging Face13ptrdvn /kakugo-asm Kakugo Assamese dataset [Paper] [Code] [Model] A synthetically generated conversation dataset for training in Assamese. This dataset contains synthetic conversational data and translated instructions designed to train Small Language Models (SLMs) for Assamese. It was generated using the Kakugo pipeline, a method for distilling high-quality capabilities from a large teacher model into low-resource language models. The teacher model used to generate this dataset was… See the full description on the dataset page: https://huggingface.co/datasets/ptrdvn/kakugo-asm.texttext-generation10K<n<100K0 likes50 downloads8mo agoHugging Face14ahmedheakl /asm2asm_O0_250000_gnueabi_gcctext100K<n<1M0 likes48 downloads2y agoHugging Face15ahmedheakl /asm2asm_O0_500k_badtext100K<n<1M0 likes47 downloads2y agoHugging Face16Raniahossam33 /aligned-asm2asm-train-completetext1M<n<10M0 likes45 downloads2y agoHugging Face17asmarhajizada /azerbaijani-audiobooksaudio1K<n<10K0 likes41 downloads7mo agoHugging Face18ahmedheakl /asm2asm_O0_500000_gnueabi_gcc Dataset Card for "asm2asm_O0_500000_gnueabi_gcc" More Information needed text100K<n<1M0 likes37 downloads2y agoHugging Face19ASMOCii /22This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.0", "robot_type": "so100", "total_episodes": 1, "total_frames": 715, "total_tasks": 1, "total_videos": 2, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:1" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/ASMOCii/22.tabularroboticsn<1K0 likes34 downloads2y agoHugging Face20ananddey /asm-corpusgated AsmCorpus — Assamese Pretraining Dataset The largest open monolingual Assamese corpus for LLM pretraining. Documents: 2.37M Characters: 11B GPT-2 tokens: ~3.7B | Gemma 4 E2B tokens: ~5.8B Format: Parquet (text column only) License: ODC-By 1.0 Usage from datasets import load_dataset ds = load_dataset("ananddey/asm-corpus", split="train", streaming=True) for doc in ds: print(doc["text"]) How It Was Built All documents passed through language… See the full description on the dataset page: https://huggingface.co/datasets/ananddey/asm-corpus.texttext-generation1M<n<10M0 likes30 downloads3mo agoHugging Face21AsmaaQ /gender_audio_1080 Dataset Card for mcv_spk_emb This is the speaker embeddings (xvectors) of mozilla common voice_11 speakers, -with the original audios-. Vectors are extracted with speechBrain's xvector model using this script by concatinating 11 splits from MCV_11 making a set of 1080 different speakers and 30k audio samples using this script. The main goal of this data was to train and test a voice gender detection classifier. Dataset Details Dataset Description… See the full description on the dataset page: https://huggingface.co/datasets/AsmaaQ/gender_audio_1080.audioaudio-classification10K<n<100K0 likes28 downloads2y agoHugging Face22electricsheepafrica /africa-unsdg-age-standardized-mortality-rate-attributed-to-ambient-a-sh-aap-asmort Africa Unsdg Age Standardized Mortality Rate Attributed to Ambient a Sh Aap Asmort | Africa (Electric Sheep Africa metadata inventory) Size category: n<1K - Formats: parquet - Sector: health - Engineered by Electric Sheep Africa TL;DR This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context. What… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-unsdg-age-standardized-mortality-rate-attributed-to-ambient-a-sh-aap-asmort.tabulartabular-classificationn<1K0 likes28 downloads1mo agoHugging Face23ahmedheakl /asm2asm_Omix_250000_gnueabi_gcctext100K<n<1M0 likes24 downloads2y agoHugging Face24ahmedheakl /asm2asm_O2_100000_gnueabi_gcc Dataset Card for "asm2asm_O2_100000_gnueabi_gcc" More Information needed text10K<n<100K0 likes21 downloads2y agoHugging Face25Raniahossam33 /windowed-asm2asm-chunk-1text100K<n<1M0 likes21 downloads2y agoHugging Face26electricsheepafrica /africa-unsdg-age-standardized-mortality-rate-attributed-to-household-sh-hap-asmort Africa Unsdg Age Standardized Mortality Rate Attributed to Household Sh Hap Asmort | Africa (Electric Sheep Africa metadata inventory) Size category: n<1K - Formats: parquet - Sector: health - Engineered by Electric Sheep Africa TL;DR This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context. What… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-unsdg-age-standardized-mortality-rate-attributed-to-household-sh-hap-asmort.tabulartabular-classificationn<1K0 likes21 downloads1mo agoHugging Face27anag007 /asmitai_wiki_konkani_dataset An Open-Source Initiative to Build the First LLM for Konkani! Dataset Overview Konkani is a rich and diverse language spoken across India's western coast. A unique feature of Konkani is its multiscript nature, with speakers using different scripts based on geography, community, and historical influences. Despite being an official language of India, Konkani has very limited digital presence, making it challenging to build AI models for the language.This dataset is an… See the full description on the dataset page: https://huggingface.co/datasets/anag007/asmitai_wiki_konkani_dataset.text1K<n<10K0 likes20 downloads1y agoHugging Face28anag007 /asmitai_konkani_gemma-3-12b_noisified_instruction_datatext10K<n<100K1 likes20 downloads1y agoHugging Face29anachioca /asm2asm_O0_risc_2text100K<n<1M0 likes19 downloads2y agoHugging Face30electricsheepafrica /africa-synth-mining-asm-operations-all African Artisanal Small-Scale Mining (ASM) Dataset | Africa (Electric Sheep Africa metadata inventory) Size category: 1K<n<10K - Formats: parquet - Sector: energy - Engineered by Electric Sheep Africa TL;DR This dataset is part of the Electric Sheep Africa catalog on Hugging Face. It is indexed for African data discovery with standardized metadata, loading guidance, provenance notes, and analyst-oriented context. What This Dataset Covers Public… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepafrica/africa-synth-mining-asm-operations-all.tabulartabular-classification1K<n<10K0 likes19 downloads1mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.