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
01coms4705-hewitt /fineweb-linuxliketext100K<n<1M0 likes1.1k downloads1y agoHugging Face02mecha-org /linux-command-dataset Linux Command Dataset A comprehensive dataset of Linux command examples designed for training language models. The dataset pairs natural language descriptions with their corresponding shell commands, covering a wide range of common operations. This dataset was trained on Llama 3.2 1b, and the final version has been uploaded to Hugging Face: mecha-org/linux-command-generator-llama3.2-1b. Dataset Statistics This table reflects the actual number of command examples in… See the full description on the dataset page: https://huggingface.co/datasets/mecha-org/linux-command-dataset.texttext-generation1K<n<10K13 likes528 downloads1y agoHugging Face03missvector /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 Face04mjbommar /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 likes338 downloads5mo agoHugging Face05tmskss /linux-man-pages-tldr-summarized Dataset Card for linux-man-pages-tldr-summarized Dataset Summary This dataset contains linux man pages downloaded from man7, with a prefix: 'summarize: ', and the corresponding summarization downloaded from TLDR-pages. Supported Tasks This dataset should be used to fine-tune language models for summarization tasks. textsummarizationn<1K9 likes310 downloads3y agoHugging Face06Rohithqwerty /linux_data Dataset Card for Dataset Name This dataset card aims to be a base template for new datasets. It has been generated using this raw template. Dataset Details Dataset Description Curated by: [More Information Needed] Funded by [optional]: [More Information Needed] Shared by [optional]: [More Information Needed] Language(s) (NLP): [More Information Needed] License: [More Information Needed] Dataset Sources [optional] Repository: [More… See the full description on the dataset page: https://huggingface.co/datasets/Rohithqwerty/linux_data.text100K<n<1M7 likes237 downloads2y agoHugging Face07theelderemo /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 likes236 downloads5mo agoHugging Face08KonradSzafer /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 likes192 downloads4y agoHugging Face09mjbommar /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 likes183 downloads5mo agoHugging Face10suryanshp1 /kali-linux-pentesting-datatextn<1K25 likes148 downloads1y agoHugging Face11shanthropic /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 likes132 downloads9mo agoHugging Face12Romit2004 /LinuxCommandstext10K<n<100K28 likes116 downloads3y agoHugging Face13rohanbalkondekar /linux_commandstabularn<1K3 likes97 downloads3y agoHugging Face14iselabvn /Linux-terminal-tool-calling Linux Terminal Tool Calling Dataset (Linux-terminal-tool-calling) This dataset is designed for training and fine-tuning AI agents on tool calling, reasoning, and command execution specifically for standard Linux terminal utilities and system administration tasks. It transforms raw Linux terminal command records into a structured multi-turn conversation format featuring detailed chain-of-thought/reasoning content and OpenAI/OpenClaw-style function calling. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/iselabvn/Linux-terminal-tool-calling.texttext-generationn<1K1 likes89 downloads2mo agoHugging Face15switlydev /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 likes87 downloads2mo agoHugging Face16eval-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 likes81 downloads6mo agoHugging Face17alielfilali01 /linuxscout__aghlattext10K<n<100K0 likes79 downloads3y agoHugging Face18darkknight25 /KALI_LINUX_TOOLKIT_DATASET Kali Linux Tools Dataset A comprehensive and structured dataset of common offensive security tools available in Kali Linux, including usage commands, flags, descriptions, categories, and official documentation links. This dataset is designed to support cybersecurity training, red team automation, LLM fine-tuning, and terminal assistants for penetration testers. 📁 Dataset Format Each entry is a JSON object and stored in .jsonl (JSON Lines) format. This structure is ideal… See the full description on the dataset page: https://huggingface.co/datasets/darkknight25/KALI_LINUX_TOOLKIT_DATASET.texttext-classificationn<1K9 likes77 downloads1y agoHugging Face19NickIBrody /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 likes77 downloads5mo agoHugging Face20amechanicus /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 likes75 downloads9mo agoHugging Face21usermma /linux-commandstext1K<n<10K0 likes63 downloads4mo agoHugging Face22crazycog /linux-sysadmin-qa-askhole-v1text1K<n<10K2 likes62 downloads9mo agoHugging Face23Jawajawa /command-linux-bash-balanced-sfttext1K<n<10K1 likes58 downloads5mo agoHugging Face24bleondubos /kali_linux_toolkit_dataset Kali Linux Tools Dataset A comprehensive and structured dataset of common offensive security tools available in Kali Linux, including usage commands, flags, descriptions, categories, and official documentation links. This dataset is designed to support cybersecurity training, red team automation, LLM fine-tuning, and terminal assistants for penetration testers. 📁 Dataset Format Each entry is a JSON object and stored in .jsonl (JSON Lines) format. This structure… See the full description on the dataset page: https://huggingface.co/datasets/bleondubos/kali_linux_toolkit_dataset.textn<1K0 likes57 downloads5d agoHugging Face25linux-cn /archive Linux 中国原创文章/译文数据集 这个数据集为 Linux 中国原创技术文章 + 翻译技术文章的数据集,提供了文章标题、内容等多个字段。 Dataset Details Dataset Structure id:文章ID title: 文章标题 author: 文章作者 fromurl: 文章源地址(仅翻译类文章有) summary: 总结 excerpt: 摘要 pic: 头图(缩略图版) largepic:头图(大图版) titlepic:是否有头图,可以渲染用。 islctt:是否是 LCTT 文章(翻译文章) selector:选题人员,值为 Github ID translator:翻译人员,值为 Github ID reviewer:校对人员,值为 Github ID tags:文档标签 category:文档所属目录 count:计数 viewnum: 访问量 commentnum: 评论量 favtimes: 收藏量 sharetimes: 分享量 likes: 喜欢量… See the full description on the dataset page: https://huggingface.co/datasets/linux-cn/archive.text10K<n<100K39 likes49 downloads3y agoHugging Face26mjbommar /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 Face27urassl /stackoverflow_linux_with_backdoortextn<1K1 likes46 downloads1y agoHugging Face28Rendra8631 /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 likes45 downloads9mo agoHugging Face29adpretko /bringup_x86_linux_reloc_v2textn<1K0 likes45 downloads28d agoHugging Face30beatsprom /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 likes45 downloads4d agoHugging Face

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