CoolFace
26 shown

datasets

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

Clear all
01yatin-superintelligence /Audio-Video-Engineering-Agentic-Tasks-1M Audio/Video Engineering Agentic Tasks (1M) Abstract A highly specialized dataset comprising 1,029,459 in-context troubleshooting prompts and execution commands built for the deepest levels of media production. Unlike standard datasets that simulate clean, theoretical instructions, this matrix captures the chaotic, highly-detailed, and conversational reality of professional audio engineers, composers, and video editors mid-session. It is engineered to train multimodal AI… See the full description on the dataset page: https://huggingface.co/datasets/yatin-superintelligence/Audio-Video-Engineering-Agentic-Tasks-1M.tabulartext-generation1M<n<10M14 likes1.1k downloads6mo agoHugging Face02STEM-AI-mtl /Electrical-engineering To the electrical engineering community This dataset contains Q&A prompts about electrical engineering, Kicad's EDA software features and scripting console Python codes. Authors STEM.AI: stem.ai.mtl@gmail.comWilliam Harbec textquestion-answering1K<n<10K61 likes200 downloads2y agoHugging Face03Lots-of-LoRAs /task695_mmmlu_answer_generation_electrical_engineering Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task695_mmmlu_answer_generation_electrical_engineering Additional Information Citation Information The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it: @misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions, title={Super-NaturalInstructions: Generalization via Declarative Instructions on… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task695_mmmlu_answer_generation_electrical_engineering.texttext-generationn<1K0 likes108 downloads2y agoHugging Face04mznaser /ERI-Engineering-Reasoning-and-Instruction ERI — Engineering Reasoning and Instruction 53,429 instruction–response pairs spanning nine engineering disciplines, seven question types and three difficulty levels, for instruction-tuning and evaluating language models on engineering reasoning. from datasets import load_dataset eri = load_dataset("mznaser/ERI-Engineering-Reasoning-and-Instruction") civil = eri.filter(lambda r: r["field"] == "civil_engineering") Schema Every record has six fields: Field… See the full description on the dataset page: https://huggingface.co/datasets/mznaser/ERI-Engineering-Reasoning-and-Instruction.texttext-generation10K<n<100K0 likes91 downloads1mo agoHugging Face05stindardlogic /data-engineering-sft-100k Data Engineering SFT 100K A synthetic supervised fine-tuning dataset of 100,000 high-quality conversations covering modern data engineering practices — Apache Spark, dbt, Airflow, Kafka, Delta Lake, BigQuery, and Snowflake. Designed to train AI assistants that can help data engineers build, optimize, and debug production data pipelines. Dataset Description This dataset covers the full spectrum of data engineering across 7 specialized categories. Each record… See the full description on the dataset page: https://huggingface.co/datasets/stindardlogic/data-engineering-sft-100k.texttext-generation100K<n<1M0 likes46 downloads2mo agoHugging Face06EngineeringSoftware /exLong-dataset exLong Dataset This dataset is used to train and evaluate the exLong models on generating exceptional-behavior tests. It has two subsets: 'with-EBT-name': provides the target test name in the prompt 'no-EBT-name': does not provide the target test name in the prompt NOTE: the data format is customized for Code Llama models. Language This is a Java dataset Dataset Structure The input for the model contains the following context: Method under test (MUT)… See the full description on the dataset page: https://huggingface.co/datasets/EngineeringSoftware/exLong-dataset.texttext-generation10K<n<100K1 likes41 downloads2y agoHugging Face07p208p2002 /csl-electrical-engineering csl-electrical-engineering" 由CSL數據集分割出來的電機工程(Electrical Engineering)子集,提供簡繁兩種版本。 from datasets import load_dataset dataset = load_dataset("p208p2002/csl-electrical-engineering","zh-cn") dataset = load_dataset("p208p2002/csl-electrical-engineering","zh-tw") textsummarization10K<n<100K4 likes36 downloads3y agoHugging Face08cobra9786 /engineering-log-triage-dataset Engineering Log Triage Dataset Summary This dataset contains synthetic/sanitized engineering-log examples for structured fault triage. Each example is formatted as a chat-style supervised fine-tuning record. The model input is an unstructured engineering report. The target assistant message is a strict JSON object containing a structured triage result. This dataset was created for the LoRA-Adapted Engineering Log Triage Service project. Intended Use… See the full description on the dataset page: https://huggingface.co/datasets/cobra9786/engineering-log-triage-dataset.texttext-classificationn<1K0 likes35 downloads3mo agoHugging Face09d0rj /Electrical-engineering-ruTranslated instructions from STEM-AI-mtl/Electrical-engineering into Russian using gemini-flash-1.5-8b. texttext-generation1K<n<10K3 likes34 downloads2y agoHugging Face10Bteles63 /Electrical-engineering To the electrical engineering community This dataset contains Q&A prompts about electrical engineering, Kicad's EDA software features and scripting console Python codes. Authors STEM.AI: stem.ai.mtl@gmail.comWilliam Harbec textquestion-answering1K<n<10K0 likes32 downloads6mo agoHugging Face11AYI-NEDJIMI /prompt-engineering-fr Prompt Engineering FR - Techniques, Evaluation et Gestion du Contexte Dataset bilingue complet sur le Prompt Engineering, l'evaluation de LLM et la gestion de la fenetre de contexte. Cree par AYI NEDJIMI Consultants - Expertise en Intelligence Artificielle et Transformation Digitale. Description Ce dataset couvre l'ensemble des techniques modernes de prompt engineering, les benchmarks et metriques d'evaluation de LLM, ainsi que les strategies de gestion de la fenetre de… See the full description on the dataset page: https://huggingface.co/datasets/AYI-NEDJIMI/prompt-engineering-fr.tabularquestion-answeringn<1K0 likes30 downloads7mo agoHugging Face12Nwna /llm-engineering-sft-8000 大模型工程化 SFT 数据集 这是一个面向大模型研发与工程化应用的中文 Alpaca 格式 SFT 数据集,共 8,000 条样本。 字段 instruction:用户问题或指令 input:空字符串 output:助手回答 主题范围 数据集覆盖 LoRA、QLoRA、PEFT、SFT、RAG、向量检索、Embedding、LLM Agent、工具调用、量化、推理部署、LLMOps、基础设施、模型评估、安全对齐等方向。 数据处理说明 数据来自经过清理的 Markdown 学习资料,并经过问题生成、答案生成、问题级质检、答案级离线分流、人工抽检和最终筛选。最终版本只保留 8,000 条主训练样本,字段已按 Alpaca 格式整理。 加载示例 from datasets import load_dataset dataset = load_dataset("Nwna/llm-engineering-sft-8000") print(dataset["train"][0])… See the full description on the dataset page: https://huggingface.co/datasets/Nwna/llm-engineering-sft-8000.texttext-generation1K<n<10K0 likes29 downloads4mo agoHugging Face13Irfanuruchi /synthetic-hvac-engineering-precheck synthetic-hvac-engineering-precheck (v0.1) Scope Programmatically generated Q/A pairs for building-services quick checks (HVAC/hydronics). Focus is on: unit hygiene (explicit conversions) deterministic equations and step-by-step workflows basic sanity checks and “missing inputs” prompts This is pre-design / pre-check material. It is not a substitute for code-compliant design or professional sign-off. Data Each row is a JSON object with a single field: text:… See the full description on the dataset page: https://huggingface.co/datasets/Irfanuruchi/synthetic-hvac-engineering-precheck.texttext-generation1K<n<10K2 likes28 downloads8mo agoHugging Face14AYI-NEDJIMI /prompt-engineering-en Prompt Engineering EN - Techniques, Evaluation & Context Management Comprehensive bilingual dataset on Prompt Engineering, LLM evaluation, and context window management. Created by AYI NEDJIMI Consultants - Expertise in Artificial Intelligence and Digital Transformation. Description This dataset covers all modern prompt engineering techniques, LLM evaluation benchmarks and metrics, and context window management strategies. It is based on three reference articles: Prompt… See the full description on the dataset page: https://huggingface.co/datasets/AYI-NEDJIMI/prompt-engineering-en.tabularquestion-answeringn<1K0 likes27 downloads7mo agoHugging Face15EngineeringWays /Circuit-Analysis-Reasoning-Sample ⚡ EngineeringWays Data Lab: Circuit Analysis Reasoning Dataset (Free Sample) This is a free 50-item sample of the EngineeringWays Circuit Analysis Reasoning Dataset. It is designed specifically for fine-tuning Large Language Models (LLMs) in advanced STEM problem-solving, featuring strict Chain-of-Thought (CoT) reasoning. Want the complete, deduplicated 592-item master dataset? 👉 Get the LoRA-Ready Master File on Payhip 🚀 Dataset Overview Most math and physics… See the full description on the dataset page: https://huggingface.co/datasets/EngineeringWays/Circuit-Analysis-Reasoning-Sample.texttext-generationn<1K1 likes27 downloads5mo agoHugging Face16kd13 /EngineeringConcepts-Instruct-v1 EngineeringConcepts-Instruct-v1 EngineeringConcepts-Instruct-v1 is a synthetic engineering instruction dataset designed for supervised fine-tuning of language models on modern engineering and technology concepts. It covers diverse domains including computer engineering, data science and AI/ML, modern LLMs, generative and agentic AI, cybersecurity, electrical engineering, electronics engineering, the Internet of Things (IoT), and mechanical engineering through clear explanations… See the full description on the dataset page: https://huggingface.co/datasets/kd13/EngineeringConcepts-Instruct-v1.texttext-generation10K<n<100K0 likes26 downloads3mo agoHugging Face17Irfanuruchi /building-engineering-synthetic-dataset-v5 Building Engineering Synthetic Dataset (V5) Repository: Irfanuruchi/building-engineering-synthetic-dataset-v5 This repository contains a synthetic dataset for training engineering reasoning models focused on building engineering calculations and sanity checks. The dataset was generated using physics-based engineering equations and structured prompts suitable for LLM fine-tuning. It was used to train: Irfanuruchi/qwen2.5-1.5b-buildeng-precheck-lora-v5 Dataset Overview… See the full description on the dataset page: https://huggingface.co/datasets/Irfanuruchi/building-engineering-synthetic-dataset-v5.texttext-generation10K<n<100K1 likes25 downloads7mo agoHugging Face18Gene829 /gene-data-engineering-instruct data-engineering-instruct v6 Gate-passed instruction data for data-engineering — published when 50 fresh examples cleared the quality bar Kind: synthetic Domain: data-engineering Records: 300 Created: 2026-06-23T23:33:16+00:00 SHA-256: e016d58204900a8d1301fe29dd3eb2098309b52400383f07175bda2543b44865 Pipeline: v2.0.0 Filters: {"min_quality": 0.55, "limit": 1000, "source": null, "backend": "llama", "min_judge": 0.7} Generated by: Qwen3-4B-Instruct-2507-Q4_K_M.gguf… See the full description on the dataset page: https://huggingface.co/datasets/Gene829/gene-data-engineering-instruct.text-generationn<1K0 likes25 downloads3mo agoHugging Face19smd20 /social-engineering-qa-english Social Engineering Q&A Dataset (English) Overview An English question–answer corpus for social engineering and cybersecurity, derived from curated knowledge articles extracted from authoritative reference books. This release is part of a bilingual research dataset engineering pipeline designed for supervised fine-tuning (SFT), retrieval-augmented generation (RAG) evaluation, and domain-specific language model benchmarking in cybersecurity education. Each record is… See the full description on the dataset page: https://huggingface.co/datasets/smd20/social-engineering-qa-english.textquestion-answering1K<n<10K0 likes22 downloads3mo agoHugging Face20Wiley2210 /Electrical-engineering To the electrical engineering community This dataset contains Q&A prompts about electrical engineering, Kicad's EDA software features and scripting console Python codes. Authors STEM.AI: stem.ai.mtl@gmail.comWilliam Harbec textquestion-answering1K<n<10K1 likes22 downloads3mo agoHugging Face21nezamisafa /social-engineering-qa-persian Social Engineering Q&A Dataset (Persian / Farsi) Overview A Persian (Farsi) question–answer corpus for social engineering and cybersecurity, derived from curated knowledge articles extracted from authoritative reference books. This release is part of a bilingual research dataset engineering pipeline designed for supervised fine-tuning (SFT), retrieval-augmented generation (RAG) evaluation, and domain-specific language model benchmarking in cybersecurity education.… See the full description on the dataset page: https://huggingface.co/datasets/nezamisafa/social-engineering-qa-persian.textquestion-answering1K<n<10K0 likes20 downloads3mo agoHugging Face22nezamisafa /social-engineering-qa-english Social Engineering Q&A Dataset (English) Overview An English question–answer corpus for social engineering and cybersecurity, derived from curated knowledge articles extracted from authoritative reference books. This release is part of a bilingual research dataset engineering pipeline designed for supervised fine-tuning (SFT), retrieval-augmented generation (RAG) evaluation, and domain-specific language model benchmarking in cybersecurity education. Each record is… See the full description on the dataset page: https://huggingface.co/datasets/nezamisafa/social-engineering-qa-english.textquestion-answering1K<n<10K0 likes19 downloads3mo agoHugging Face23omniomni /omni-engineering GitHub   Website   Paper (Coming Soon) Dataset Details This dataset is a combination of engineering-related Wikipedia articles and academic papers on engineering concepts. This dataset contains only continued-pretrain data. Sources This dataset was sourced from the following open-sourced datasets: Engineering legacy-datasets/wikipedia laion/engrxiv-pdf texttext-generation100K<n<1M0 likes18 downloads1y agoHugging Face24ProvenanceAI /financial-data-engineering-sample Financial Data Engineering — Expert RLHF Sample Free sample from the Provenance AI Financial Data Engineering dataset. Two files are included: financial-data-engineering-sample.jsonl — 10 SFT examples (standard instruction-following format) financial-data-engineering-dpo-sample.jsonl — 5 preference pairs (DPO format, chosen + rejected) The full dataset (25 SFT examples + 25 DPO pairs + 3 multi-turn conversations + case study) is available commercially. See the full repository for… See the full description on the dataset page: https://huggingface.co/datasets/ProvenanceAI/financial-data-engineering-sample.text-generationn<1K0 likes18 downloads5mo agoHugging Face25smd20 /social-engineering-qa-persian Social Engineering Q&A Dataset (Persian / Farsi) Overview A Persian (Farsi) question–answer corpus for social engineering and cybersecurity, derived from curated knowledge articles extracted from authoritative reference books. This release is part of a bilingual research dataset engineering pipeline designed for supervised fine-tuning (SFT), retrieval-augmented generation (RAG) evaluation, and domain-specific language model benchmarking in cybersecurity education.… See the full description on the dataset page: https://huggingface.co/datasets/smd20/social-engineering-qa-persian.textquestion-answering1K<n<10K1 likes17 downloads3mo agoHugging Face26holyknight101 /knowledgebase-electric_engineering_test_dataThis dataset are based on question answering iterations of this dataset: "STEM-AI-mtl/Electrical-engineering" Question answering using Deepseek R1 from TogetherAI API checkpoint Usage: Reasoning trace data to injecteed as CoT chain in SCIENCE related task. textquestion-answeringn<1K1 likes15 downloads1y agoHugging Face

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