CoolFace
15 shown

datasets

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

Clear all
01STEM-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 Face02mznaser /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 Face03stindardlogic /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 Face04EngineeringSoftware /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 Face05cobra9786 /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 Face06Bteles63 /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 Face07Nwna /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 Face08Irfanuruchi /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 Face09EngineeringWays /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 Face10Irfanuruchi /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 Face11smd20 /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 Face12Wiley2210 /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 Face13nezamisafa /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 Face14nezamisafa /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 Face15smd20 /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 Face

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