datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
multi-domain-cloudflare-observability
Multi-Domain Cloudflare Web Traffic, Performance and Security Observability Dataset
This dataset contains multi-domain Cloudflare analytics exported into analysis-ready Parquet tables. It combines HTTP request aggregates, hourly traffic trends, path and referrer dimensions, country/device/browser breakdowns, DNS analytics, cache behavior, Web Vitals/RUM performance signals, redirect and ruleset metadata, and available firewall/security aggregates across 200 websites.
The… See the full description on the dataset page: https://huggingface.co/datasets/Lightcap/multi-domain-cloudflare-observability.MultiCloudSRE-Ops
Multi-Cloud SRE Challenge Dataset
多云运维 SRE 故障排查挑战数据集,基于真实的三朵云(阿里云、腾讯云、AWS)电商微服务系统。
Dataset Structure
每条数据包含以下字段:
字段
类型
说明
canary
string
题目唯一标识
tags
array
分类标签 [layer, sub_category, faults..., difficulty, scope]
case
object
完整的 case 数据(包含注入脚本、恢复脚本、故障现象等)
ideal_answer
object
理想答案(包含故障信息、推理过程、验证方法、解决方案等)
rubrics
array
评分标准(每条含 criterion、points、tags)
prompt
string
满分答案 prompt(待收集)
Example
from datasets import load_dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/kluoms/MultiCloudSRE-Ops.
