CoolFace
20 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 Face02agnesluhtaru /oxe-magic-soup-plus-nl-commands OXE Magic Soup++ Natural Language Commands Per-step natural-language instructions extracted from the datasets in the OpenVLA oxe_magic_soup_plus mixture of Open X-Embodiment (OXE). Source datasets were downloaded and preprocessed with rlds_dataset_mod, following OpenVLA, then processed with oxe-stats. Files One CSV per source dataset: oxe-<dataset>_nl_only.csv — train split oxe-<dataset>_validation_nl_only.csv — all non-train splits, merged Columns… See the full description on the dataset page: https://huggingface.co/datasets/agnesluhtaru/oxe-magic-soup-plus-nl-commands.tabularrobotics100K<n<1M0 likes178 downloads13d agoHugging Face03burak29 /Natural_Language_to_Ffmpeg_Commands Natural Language to FFmpeg Dataset Disclaimer: This dataset was synthetically generated using a large language model and is intended for research purposes only. The dataset may contain inaccuracies, errors, or inconsistencies. Users should exercise caution and verify the correctness of the data before using it in any application. This dataset contains 1000+ pairs of English natural language instructions and corresponding FFmpeg commands. The dataset is designed for tasks… See the full description on the dataset page: https://huggingface.co/datasets/burak29/Natural_Language_to_Ffmpeg_Commands.texttext-generation1K<n<10K1 likes158 downloads12d agoHugging Face04b-mc2 /cli-commands-explained Overview This dataset is a collection of 16,098 command line instructions sourced from Commandlinefu and Cheatsheets. It includes an array of commands, each with an id, title, description, date, url to source, author, votes, and flag indicating if the description is AI generated. The descriptions are primarily authored by the original contributors, for entries where descriptions were absent, they have been generated using NeuralBeagle14-7B. Out of the total entries, 10,039… See the full description on the dataset page: https://huggingface.co/datasets/b-mc2/cli-commands-explained.tabulartext-generation10K<n<100K5 likes151 downloads2y agoHugging Face05shanthropic /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 Face06burak29 /git-natural-language-commands Git Natural Language Commands A dataset mapping English natural-language instructions to their corresponding git commands, intended for training and evaluating models that translate user intent into safe, correct shell commands. Disclaimer: This dataset was generated using Large Language Models (LLMs). The examples have not been manually verified against real-world usage and may contain errors, inconsistencies, or non-canonical phrasings. Use with appropriate caution.… See the full description on the dataset page: https://huggingface.co/datasets/burak29/git-natural-language-commands.texttext-generation1K<n<10K1 likes77 downloads10d agoHugging Face07amechanicus /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 Face08harpomaxx /unix-commands Unix Commands Dataset Description The Unix Commands Dataset is a unique collection of real-world Unix command line examples, captured from various system prompts representing different user roles and responsibilities, such as system administrators, DevOps, network administrators, Docker administrators, regular users, and hackers. The dataset consists of Unix commands ranging from basic to advanced levels and from a wide array of categories, including file operations (ls… See the full description on the dataset page: https://huggingface.co/datasets/harpomaxx/unix-commands.texttext-generationn<1K7 likes59 downloads3y agoHugging Face09Rendra8631 /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 Face100xAbhi /rc-car-commands RC-Car Command Dataset A hand-authored dataset for training a tiny language model that maps a natural-language command to a structured list of tool calls (LangChain/LangGraph style), to drive an RC car via a NodeMCU. File: data/rc_dataset.csv Columns: input (natural language), output (JSON tool-call list) Rows: 700 Task type: sequence-to-sequence (translation) Output grammar Each output is a JSON array of tool-call objects: [{"name":"Forward"… See the full description on the dataset page: https://huggingface.co/datasets/0xAbhi/rc-car-commands.texttranslationn<1K0 likes45 downloads3mo agoHugging Face11chowmean /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 Face12trtd56 /bash-commands-dataset-rev-ja trtd56/bash-commands-dataset-rev-ja bash_commands_ja.csv から作成した、Bash コマンドを入力して日本語説明を出力するためのデータセットです。 Columns prompt_ja: 日本語説明 prompt_en: 英語説明 response: Bash コマンド prompt: 学習用入力。response と同じ completion: 学習用出力。prompt_ja と同じ task: タスク識別子 language: 出力言語 Splits train: 756 test: 84 Usage from datasets import load_dataset ds = load_dataset("trtd56/bash-commands-dataset-rev-ja") print(ds["train"][0]["prompt"]) print(ds["train"][0]["completion"]) texttext-generationn<1K0 likes41 downloads6mo agoHugging Face13mrheinen /linux-commandstexttext-generationn<1K0 likes38 downloads2y agoHugging Face14ajayk007 /shellsmith-commands shellsmith-commands Curated (natural-language instruction → shell command) pairs for macOS/Linux, used to fine-tune Qwen2.5-Coder-1.5B-Shellsmith. Format JSONL in chat format (mlx-lm / OpenAI style): {"messages": [ {"role": "system", "content": "You are a shell command generator ..."}, {"role": "user", "content": "list files sorted by size, largest first"}, {"role": "assistant", "content": "ls -lS"} ]} Splits File Rows train.jsonl… See the full description on the dataset page: https://huggingface.co/datasets/ajayk007/shellsmith-commands.texttext-generationn<1K1 likes37 downloads3mo agoHugging Face15jasmar2 /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 Face16ariefansclub /basic-humanoid-action-commands---# Basic Humanoid Action Commands This dataset contains simple human action commands designed for humanoid robot AI training. It focuses on basic movements, object interaction, gestures, vision directions, and control instructions. Use Case NLP command understanding Humanoid robotics task simulation AI instruction-following models Format CSV file with two columns: command category License MIT license: mit text-classification0 likes18 downloads9mo agoHugging Face17TGoddessana /common-dev-commands-en-ko Common Linux Commands (Korean-English) A bilingual dataset for translating natural language instructions into Linux/Unix commands. Dataset Description This dataset contains 12,250 examples of natural language queries (in both Korean and English) paired with their corresponding Linux/Unix commands. It covers 82 different command-line tools commonly used in system administration and development. Dataset Structure { "korean_question": "production.ini 인벤토리 써서… See the full description on the dataset page: https://huggingface.co/datasets/TGoddessana/common-dev-commands-en-ko.texttext-generation10K<n<100K0 likes16 downloads9mo agoHugging Face18Kandil7 /egyptian-voice-commands Egyptian Voice Commands Dataset This repository contains the Egyptian Arabic voice commands dataset used for training and evaluating the EgyptianAgent ASR and NLU models. Dataset Structure egyptian_voice_commands/ ├── train.jsonl # Training data (665 examples) ├── eval.jsonl # Validation data (50 examples) └── test.jsonl # Test data (102 examples) egyptian_ui_navigation/ ├── train.jsonl # Training data (50 examples) └── test.jsonl # Test data… See the full description on the dataset page: https://huggingface.co/datasets/Kandil7/egyptian-voice-commands.text-classification0 likes16 downloads3mo agoHugging Face19hoangs /viet-home-robot-commands viet-home-robot-commands A small dataset of Vietnamese commands for home robots. Each row contains: id: row id vi_command: command in Vietnamese en_command: English translation action_category: type of action (move, clean, fetch, light, info, other) location: typical location for the command difficulty: estimated difficulty of execution The dataset is manually written for educational and prototyping purposes. License MIT translationn<1K1 likes6 downloads10mo agoHugging Face20Ukoll /linux-commands 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/Ukoll/linux-commands.text-classificationn<1K0 likes5 downloads7mo agoHugging Face

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