datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
otel-demo-telemetry
OpenTelemetry Demo Telemetry
OTLP logs, metrics, and traces emitted by the
OpenTelemetry Demo,
captured to Parquet via duckdb-otlp.
Each OTLP signal is a separate subset (config), because the schemas differ:
Subset
Contents
traces
Spans (otlp_traces)
logs
Log records (otlp_logs)
metrics_gauge
Gauge metric points
metrics_sum
Sum / counter metric points
metrics_histogram
Histogram metric points
from datasets import load_dataset
# pick a subset by name;… See the full description on the dataset page: https://huggingface.co/datasets/smithclay/otel-demo-telemetry.OTel-Safety
OTel-Safety
Dataset Summary
OTel-Safety is a specialized dataset for training large language models to abstain from answering when the retrieved context in a RAG pipeline is insufficient or irrelevant. It is part of the Open Telco (OTel) AI project, the largest open-source AI initiative in telecommunications, curated by over 100 domain experts from industry and academia.
In deployed RAG systems, a common failure mode is hallucination when the retrieval step returns… See the full description on the dataset page: https://huggingface.co/datasets/farbodtavakkoli/OTel-Safety.
