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
01missvector /linux-commands LinLM Dataset A curated synthetic dataset for Linux command inference Natural language description -> shell commands Features: Supports 10 languages Arch Linux commands recognition Fine-tune LLM for development, system administration, file operations, Git, Docker, and more Usage from datasets import load_dataset dataset = load_dataset("missvector/linux-commands") def format_for_training(example): return { "prompt": f"Convert to Linux command:… See the full description on the dataset page: https://huggingface.co/datasets/missvector/linux-commands.texttext-generation10K<n<100K97 likes355 downloads8mo agoHugging Face02mjbommar /linux-cve-dossiers Linux CVE Dossier Corpus A scope-audited corpus of per-CVE research dossiers for 11 Linux base-system packages: Linux kernel, glibc, musl, systemd, util-linux, coreutils, BusyBox, OpenSSL, curl, Node.js, and CPython. Each dossier carries a summary, dated timeline, patch lineage, exploit notes, and reference harvest, plus a structured export that downstream consumers can use without re-parsing the markdown. Splits in_scope (1,418 records): scope-audited dossiers for the… See the full description on the dataset page: https://huggingface.co/datasets/mjbommar/linux-cve-dossiers.tabulartext-classification1K<n<10K1 likes312 downloads5mo agoHugging Face03theelderemo /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 likes242 downloads5mo agoHugging Face04KonradSzafer /stackoverflow_linux Dataset Card for "stackoverflow_linux" Dataset information: Source: Stack Overflow Category: Linux Number of samples: 300 Train/Test split: 270/30 Quality: Data come from the top 1k most upvoted questions Additional Information License All Stack Overflow user contributions are licensed under CC-BY-SA 3.0 with attribution required. More Information needed textquestion-answeringn<1K8 likes193 downloads4y agoHugging Face05mjbommar /linux-security-meanfield Linux Security Meanfield Corpus A commit-keyed corpus of security-relevant commits across 22 Linux base-system repositories, unified on a single schema that carries both CVE-dossiered fixes and non-CVE security-signal commits. This is the Phase-1 release artifact for the mean-field survey paper. Splits cve_dossiered (2,254 rows): one row per (fix_commit, CVE) pair from the scope-audited CVE dossier corpus. non_cve_signal (21,609 rows): commit-anchored security signal… See the full description on the dataset page: https://huggingface.co/datasets/mjbommar/linux-security-meanfield.text10K<n<100K1 likes182 downloads5mo agoHugging Face06suryanshp1 /kali-linux-pentesting-datatextn<1K25 likes143 downloads1y agoHugging Face07shanthropic /linux-commands LinLM Dataset A curated synthetic dataset for Linux command inference Natural language description -> shell commands Features: Supports 10 languages Arch Linux commands recognition Fine-tune LLM for development, system administration, file operations, Git, Docker, and more Usage from datasets import load_dataset dataset = load_dataset("missvector/linux-commands") def format_for_training(example): return { "prompt": f"Convert to Linux command:… See the full description on the dataset page: https://huggingface.co/datasets/shanthropic/linux-commands.texttext-generation10K<n<100K1 likes136 downloads9mo agoHugging Face08NickIBrody /linux-shell-corpus-ru-en Linux Shell RU/EN A bilingual (Russian / English) Linux shell assistant dataset in chat format. Overview This dataset contains 25,000 chat-format examples with a consistent system / user / assistant structure. The corpus started as a direct Linux command mapping dataset, but has been expanded into a broader shell-assistant training set that now includes: direct command generation short command sequences and pipelines safer operational alternatives debugging commands… See the full description on the dataset page: https://huggingface.co/datasets/NickIBrody/linux-shell-corpus-ru-en.texttext-generation10K<n<100K0 likes91 downloads5mo agoHugging Face09switlydev /linux-kernel-bugfixes-diffs 🐧 Linux Kernel Bugfixes & Patches Dataset (Instruction-Tuned) 📖 Dataset Description This dataset is a highly curated, instruction-tuned collection of problem-solution pairs extracted directly from the official Linux Kernel Git repository (torvalds/linux). It is specifically designed to train Large Language Models (LLMs) on low-level C programming, kernel architecture, memory management, and security vulnerability patching. Unlike raw commit histories, this… See the full description on the dataset page: https://huggingface.co/datasets/switlydev/linux-kernel-bugfixes-diffs.texttext-generation100K<n<1M0 likes90 downloads2mo agoHugging Face10amechanicus /linux-commands LinLM Dataset A curated synthetic dataset for Linux command inference Natural language description -> shell commands Features: Supports 10 languages Arch Linux commands recognition Fine-tune LLM for development, system administration, file operations, Git, Docker, and more Usage from datasets import load_dataset dataset = load_dataset("missvector/linux-commands") def format_for_training(example): return { "prompt": f"Convert to Linux command:… See the full description on the dataset page: https://huggingface.co/datasets/amechanicus/linux-commands.texttext-generation10K<n<100K0 likes76 downloads9mo agoHugging Face11eval-aware /linuxarena-trajectories LinuxArena Trajectories Full agent trajectories from LinuxBench/LinuxArena evaluations across 14 model/policy combinations and 10 environments. Dataset Description Each row is one complete evaluation trajectory — every tool call the agent made from start to finish, with arguments, outputs, errors, and reasoning. Actions are represented as parallel variable-length lists (one element per action). Two granularity levels are provided per action: Normalized… See the full description on the dataset page: https://huggingface.co/datasets/eval-aware/linuxarena-trajectories.tabulartext-generationn<1K1 likes72 downloads6mo agoHugging Face12crazycog /linux-sysadmin-qa-askhole-v1text1K<n<10K2 likes62 downloads9mo agoHugging Face13mjbommar /linux-ioctl-census Linux IOCTL Census -- public structural tier A source-derived census of the Linux kernel local ioctl/proc/sysfs handler surface: for each registered handler, its decoded _IOC command table, the permission gates on its path, and a capability-ungated reachability upper bound. The schema is identical to the Windows IOCTL Census (mjbommar/ioctl-census), so the two can be queried and compared together. This is the public structural tier: everything derivable from the already-public… See the full description on the dataset page: https://huggingface.co/datasets/mjbommar/linux-ioctl-census.tabular1K<n<10K1 likes48 downloads4mo agoHugging Face14nagrajn /synthetic_linux_commands Dataset Card for Dataset Name Linux Commands and Responses Data Set. Dataset Details Dataset Description Linux Commands and Responses Data Set. Curated by: Nagraj Naidu Language(s) (NLP): English License: MIT Dataset Sources [optional] Repository: https://huggingface.co/datasets/nagrajn/synthetic_linux_commands Uses Pre learning and Fine Tuning an LLM Direct Use Pre Learning Out-of-Scope Use None… See the full description on the dataset page: https://huggingface.co/datasets/nagrajn/synthetic_linux_commands.text1M<n<10M2 likes47 downloads2y agoHugging Face15Rendra8631 /linux-commands LinLM Dataset A curated synthetic dataset for Linux command inference Natural language description -> shell commands Features: Supports 10 languages Arch Linux commands recognition Fine-tune LLM for development, system administration, file operations, Git, Docker, and more Usage from datasets import load_dataset dataset = load_dataset("missvector/linux-commands") def format_for_training(example): return { "prompt": f"Convert to Linux command:… See the full description on the dataset page: https://huggingface.co/datasets/Rendra8631/linux-commands.texttext-generation10K<n<100K2 likes47 downloads9mo agoHugging Face16beatsprom /autonomous-linux-kernel-ebpf-xdp-suite ⚡ Autonomous Linux Kernel, eBPF & XDP Programmable Dataplane Suite (2026) A Production-Grade, Verifiable Synthetic Corpus for Training Autonomous Linux Kernel & eBPF Systems Agents ⚡ Overview & Industry Problem Modern hyperscale cloud datacenters, bare-metal Kubernetes clusters, and low-latency financial trading nodes rely on in-kernel programmable dataplanes: eBPF, AF_XDP zero-copy rings, Traffic Control (TC) shapers, BPF LSM security hooks… See the full description on the dataset page: https://huggingface.co/datasets/beatsprom/autonomous-linux-kernel-ebpf-xdp-suite.tabulartext-generation1K<n<10K0 likes47 downloads5d agoHugging Face17urassl /stackoverflow_linux_with_backdoortextn<1K1 likes46 downloads1y agoHugging Face18adpretko /bringup_x86_linux_reloc_v2textn<1K0 likes45 downloads29d agoHugging Face19adpretko /humaneval_x86_linux_reloc_v2textn<1K0 likes44 downloads29d agoHugging Face20chowmean /linux-commands LinLM Dataset A curated synthetic dataset for Linux command inference Natural language description -> shell commands Features: Supports 10 languages Arch Linux commands recognition Fine-tune LLM for development, system administration, file operations, Git, Docker, and more Usage from datasets import load_dataset dataset = load_dataset("missvector/linux-commands") def format_for_training(example): return { "prompt": f"Convert to Linux command:… See the full description on the dataset page: https://huggingface.co/datasets/chowmean/linux-commands.texttext-generation10K<n<100K1 likes43 downloads9mo agoHugging Face21Asadziarana /kali-linux-pentesting-datatextn<1K0 likes40 downloads3mo agoHugging Face22adpretko /humaneval_riscv_linux_reloc_v2textn<1K0 likes39 downloads29d agoHugging Face23adpretko /mceval_x86_linux_reloc_v2textn<1K0 likes39 downloads29d agoHugging Face24acnimatic3722 /kali-linux-pentesting-datatextn<1K4 likes37 downloads9mo agoHugging Face25jasmar2 /linux-commands LinLM Dataset A curated synthetic dataset for Linux command inference Natural language description -> shell commands Features: Supports 10 languages Arch Linux commands recognition Fine-tune LLM for development, system administration, file operations, Git, Docker, and more Usage from datasets import load_dataset dataset = load_dataset("missvector/linux-commands") def format_for_training(example): return { "prompt": f"Convert to Linux command:… See the full description on the dataset page: https://huggingface.co/datasets/jasmar2/linux-commands.texttext-generation10K<n<100K1 likes36 downloads9mo agoHugging Face26Pranavacchu /linuxqa-synthetic-4k Dataset Card for "linuxqa-synthetic-4k" More Information needed text1K<n<10K0 likes35 downloads1y agoHugging Face27adpretko /humaneval_arm_linux_reloc_v2textn<1K0 likes34 downloads29d agoHugging Face28adpretko /bringup_arm_linux_reloc_v2textn<1K0 likes32 downloads29d agoHugging Face29redmojo7 /Linux_full_v2text10K<n<100K0 likes31 downloads2y agoHugging Face30adpretko /bringup_riscv_linux_reloc_v2textn<1K0 likes30 downloads29d agoHugging Face

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