CoolFace
Datasetpublic

davidfertube/hse-safety-inspection-data

HSE Inspection Reports Dataset Labeled industrial safety inspection records for training HSE compliance models. Overview This dataset contains structured inspection reports from industrial facility safety walkthroughs. Each record documents observed conditions, violation categories, severity levels, and recommended actions — designed for training and evaluating vision-language models on HSE compliance tasks. Structure File Description Format… See the full description on the dataset page: https://huggingface.co/datasets/davidfertube/hse-safety-inspection-data.

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes12downloads
Dataset Card

HSE Inspection Reports Dataset

Labeled industrial safety inspection records for training HSE compliance models.

Overview

This dataset contains structured inspection reports from industrial facility safety walkthroughs. Each record documents observed conditions, violation categories, severity levels, and recommended actions — designed for training and evaluating vision-language models on HSE compliance tasks.

Structure

FileDescriptionFormat
inspections.csvLabeled inspection records with violation categoriesCSV

Fields

ColumnTypeDescription
inspection_idstringUnique inspection identifier
facility_typestringType of facility (compressorstation, powerplant, substation, refinery)
areastringSpecific area inspected
categorystringViolation category (ppe, housekeeping, fallprotection, firesafety, electrical)
severitystringSeverity level (critical, major, minor, observation)
descriptionstringDescription of the finding
corrective_actionstringRecommended corrective action
compliantbooleanWhether the area passed inspection

Usage

python
from datasets import load_dataset
ds = load_dataset("davidfertube/hse-safety-inspection-data")

Resources

Built by David Fernandez — Applied AI Engineer | LangGraph & Pydantic Contributor