solsticestudioai commited on
Commit
3de5195
·
verified ·
1 Parent(s): 745f59d

Add Hyperion Drive sample (10K event chains) with README, SCHEMA, parquet, JSONL

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ hyperion_drive_sample.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ - time-series-forecasting
7
+ language:
8
+ - en
9
+ tags:
10
+ - synthetic
11
+ - autonomous-vehicles
12
+ - adas
13
+ - automotive
14
+ - sensor-fusion
15
+ - can-bus
16
+ - lidar
17
+ - radar
18
+ - perception
19
+ - safety-critical
20
+ - anomaly-detection
21
+ - edge-cases
22
+ - robotics
23
+ pretty_name: Hyperion Drive AV Safety Intelligence Pack
24
+ size_categories:
25
+ - 10K<n<100K
26
+ configs:
27
+ - config_name: default
28
+ data_files:
29
+ - split: train
30
+ path: hyperion_drive_sample.parquet
31
+ ---
32
+
33
+ # Hyperion Drive AV Safety Intelligence Pack (Sample)
34
+
35
+ **A synthetic autonomous-vehicle telemetry dataset for ADAS validation, sensor-fusion model training, and edge-case safety research.** Each row is a complete driving event chain — from environmental trigger (black ice, glare, CAN bus glitch) through a cascading perception or control failure — with high-frequency CAN bus signals at each step, failure-class labels, causal-chain annotations, and a safety-critical outcome.
36
+
37
+ Built by [SolsticeAI](https://www.solsticestudio.ai/datasets) as a free sample of a larger commercial pack. 100% synthetic. No real vehicle logs, no real VINs (all VINs prefixed `SYN-VIN-` to disambiguate from real WMIs), no identifiable user data. Safe for model training, regulator evaluation, and public benchmark work.
38
+
39
+ ## What is included
40
+
41
+ | File | Rows | Format | Purpose |
42
+ |---|---:|---|---|
43
+ | `hyperion_drive_sample.parquet` | 10,000 | Parquet | Columnar, typed, best for analytics |
44
+ | `hyperion_drive_sample.jsonl` | 10,000 | JSON Lines | Streaming / LLM training friendly |
45
+
46
+ **This sample:** 10,000 driving event chains, balanced across 4 safety-criticality tiers and 3 failure classes.
47
+ **Safety-criticality tiers:** `low`, `medium`, `high`, `critical` (~2,500 each)
48
+ **Failure classes:** `Sensor_Fusion_Conflict`, `Mechanical_Latency_Failure`, `Perception_Hallucination` (~3,300 each)
49
+ **Vehicle models:** `EV_Sedan_Alpha`, `Autonomous_Shuttle_V2`, `Heavy_Duty_Truck`
50
+ **Drive modes:** `manual_override`, `autopilot_assisted`, `autonomous`
51
+ **Environmental chaos profiles:** `Black_Ice`, `Blinding_Glare`, `Intermittent_CAN_Bus_Error`, `Sensor_Ghosting`
52
+
53
+ ## Record structure
54
+
55
+ Each record is one driving event chain with 7 top-level fields:
56
+
57
+ | Field | Type | Contents |
58
+ |---|---|---|
59
+ | `schema_version` | string | Pack schema version (`1.0.0-hyperion-drive-sample`) |
60
+ | `event` | struct | `id`, `trace_id`, `timestamp`, `safety_criticality`, `outcome`, `confidence` |
61
+ | `vehicle_context` | struct | `model`, `vin` (synthetic), `drive_mode`, `mileage_km` |
62
+ | `perception_logic` | struct | `failure_class`, `causal_chain[]`, `reaction_time_ms`, `tracked_signals[]` |
63
+ | `can_bus_telemetry` | list<struct> | Ordered CAN/Ethernet bus messages: `timestamp`, `vin`, `event_name`, `sensor_source`, `bus_id`, `signals` (wheel_speed_kph, brake_pedal_pos, steering_angle_deg, sensor_health_pct, camera_confidence_pct, lidar_noise_pct, radar_distance_m, brake_pressure_bar, traction_slip_pct) |
64
+ | `detection_logic` | struct | `signature`, `anomaly_score`, `baseline_deviation` |
65
+ | `simulation` | struct | `synthetic`, `engine`, `chaos_profile` |
66
+
67
+ See [SCHEMA.md](./SCHEMA.md) for the full nested field breakdown.
68
+
69
+ ## Why this dataset is useful
70
+
71
+ Most public autonomous-driving datasets are either massive raw sensor blobs (nuScenes, Waymo Open, KITTI) that require hundreds of GB and deep infrastructure, or very narrow single-signal logs. This pack is shaped around a different need: decision-chain telemetry — the signal-level story of what happened, labeled with failure class and outcome — at a scale you can pull into a notebook in seconds.
72
+
73
+ - Complete event chains rather than isolated signal windows
74
+ - Balanced safety-criticality tiers across low → critical
75
+ - Causal-chain labels connecting trigger → cascade → outcome
76
+ - Per-step CAN / Ethernet signal snapshots at the moments the failure unfolds
77
+ - Cross-vehicle coverage (passenger EV, autonomous shuttle, heavy-duty truck)
78
+ - Scenario labels across ice, glare, bus glitch, sensor ghosting
79
+ - Compact (parquet + JSONL) so it fits inside CI and rapid prototyping flows
80
+
81
+ ## Typical use cases
82
+
83
+ - ADAS and AV validation pipelines
84
+ - Sensor-fusion conflict detection
85
+ - Anomaly detection on CAN bus signals
86
+ - Failure-class classification models
87
+ - Reaction-time and control-delay modeling
88
+ - LLM fine-tuning on automotive incident narratives
89
+ - Scenario-mining prototypes for fleet debugging
90
+ - Dashboard / BI template development for AV observability
91
+
92
+ ## Quick start
93
+
94
+ ```python
95
+ import pandas as pd
96
+ import pyarrow.parquet as pq
97
+
98
+ df = pq.read_table("hyperion_drive_sample.parquet").to_pandas()
99
+
100
+ # Safety-criticality distribution (balanced)
101
+ print(df["event"].apply(lambda e: e["safety_criticality"]).value_counts())
102
+
103
+ # Reaction-time by failure class
104
+ df["failure"] = df["perception_logic"].apply(lambda p: p["failure_class"])
105
+ df["reaction_ms"] = df["perception_logic"].apply(lambda p: p["reaction_time_ms"])
106
+ print(df.groupby("failure")["reaction_ms"].mean().round(1))
107
+
108
+ # Drive-mode vs outcome cross-tab
109
+ df["drive_mode"] = df["vehicle_context"].apply(lambda v: v["drive_mode"])
110
+ df["outcome"] = df["event"].apply(lambda e: e["outcome"])
111
+ print(pd.crosstab(df["drive_mode"], df["outcome"]))
112
+ ```
113
+
114
+ Streaming form:
115
+
116
+ ```python
117
+ import json
118
+
119
+ with open("hyperion_drive_sample.jsonl") as f:
120
+ for line in f:
121
+ chain = json.loads(line)
122
+ # one driving event chain per line
123
+ ```
124
+
125
+ ## Responsible use
126
+
127
+ This dataset is intended for **research, model training, and safety-evaluation** use cases around autonomous vehicles and ADAS systems. It contains synthesized CAN bus signals, synthetic VINs, and scenario labels — it does **not** contain real vehicle logs, real VINs, real user data, or identifiable information of any kind. Models trained on this data must be independently validated against real fleet telemetry under appropriate safety-assurance review before any deployment decisions.
128
+
129
+ ## License
130
+
131
+ Released under **CC BY 4.0**. Use freely for research, ADAS prototyping, education, and commercial development with attribution.
132
+
133
+ ## Get the full pack
134
+
135
+ This Hugging Face repo is a **10K-event-chain sample**. The production pack scales to 1M+ chains with finer-grained signal sampling (ms-level CAN traces), expanded scenario coverage (rain, snow, construction zones, V2X signal loss, cyberattacks on bus), additional vehicle classes (motorcycle, delivery robot, transit bus), per-sensor noise models, ROS-bag and CAN DBC-aligned delivery, and buyer-specific variants.
136
+
137
+ **Self-serve (Stripe checkout):**
138
+ - [**Sample Scale tier — $5,000**](https://buy.stripe.com/7sY5kD2j85QTfSb5lfeEo03) — ~25K records, one subject, 72-hour delivery.
139
+
140
+ **Full pack + enterprise scope:**
141
+ - [www.solsticestudio.ai/datasets](https://www.solsticestudio.ai/datasets) — per-SKU pricing across Starter / Professional / Enterprise tiers, plus commercial licensing, custom generation, and buyer-specific variants.
142
+
143
+ **Procurement catalog:**
144
+ - [SolsticeAI Data Storefront](https://solsticeai.mydatastorefront.com) — available via Datarade / Monda.
145
+
146
+ ## Citation
147
+
148
+ ```bibtex
149
+ @dataset{solstice_hyperion_drive_pack_2026,
150
+ title = {Hyperion Drive AV Safety Intelligence Pack (Sample)},
151
+ author = {SolsticeAI},
152
+ year = {2026},
153
+ publisher = {Hugging Face},
154
+ url = {https://huggingface.co/datasets/solsticestudioai/hyperion-drive-pack}
155
+ }
156
+ ```
SCHEMA.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Hyperion Drive AV Safety Intelligence Pack — Schema
2
+
3
+ One row = one complete driving event chain. All records share the same seven top-level fields.
4
+
5
+ Schema version: `1.0.0-hyperion-drive-sample`
6
+
7
+ ## Top-level fields
8
+
9
+ ### `schema_version` — string
10
+ Schema identifier. Constant within a sample release.
11
+
12
+ ### `event` — struct
13
+ Identifier fields and the overall safety outcome for the chain.
14
+
15
+ | Field | Type | Notes |
16
+ |---|---|---|
17
+ | `id` | string | Stable event identifier, e.g., `HYPERION-100000`. |
18
+ | `trace_id` | string (UUID) | Cross-links telemetry messages within the chain. |
19
+ | `timestamp` | string (ISO-8601) | Chain anchor time. |
20
+ | `safety_criticality` | string | `low`, `medium`, `high`, `critical`. |
21
+ | `outcome` | string | `near_miss`, `minor_impact`, `emergency_braking_engaged`, `catastrophic_failure`. |
22
+ | `confidence` | double | 0–1 confidence of the outcome label. |
23
+
24
+ ### `vehicle_context` — struct
25
+ Synthetic vehicle identity and operational context.
26
+
27
+ | Field | Type | Notes |
28
+ |---|---|---|
29
+ | `model` | string | `EV_Sedan_Alpha`, `Autonomous_Shuttle_V2`, `Heavy_Duty_Truck`. |
30
+ | `vin` | string | Synthetic VIN, prefixed with `SYN-VIN-`. Not a real 17-char registered VIN. |
31
+ | `drive_mode` | string | `manual_override`, `autopilot_assisted`, `autonomous`. |
32
+ | `mileage_km` | int | Vehicle odometer reading in km. |
33
+
34
+ ### `perception_logic` — struct
35
+ Driver of this chain — which perception or control subsystem failed, and how fast.
36
+
37
+ | Field | Type | Notes |
38
+ |---|---|---|
39
+ | `failure_class` | string | `Sensor_Fusion_Conflict`, `Mechanical_Latency_Failure`, `Perception_Hallucination`. |
40
+ | `causal_chain` | list<string> | Ordered event labels (e.g., `ICE_DETECTED`, `TRACTION_CONTROL_ENGAGED`, `BRAKE_FLUID_PRESSURE_LAG`, `ABS_PUMP_STALL`). Each label appears as the `event_name` of one `can_bus_telemetry` entry. |
41
+ | `reaction_time_ms` | int | End-to-end reaction time (ms). |
42
+ | `tracked_signals` | list<string> | Which signal fields drive this failure (e.g., `wheel_speed_kph`, `brake_pressure_bar`). |
43
+
44
+ ### `can_bus_telemetry` — list<struct>
45
+ Ordered CAN / Ethernet bus messages observed during the chain.
46
+
47
+ Message struct:
48
+
49
+ | Field | Type | Notes |
50
+ |---|---|---|
51
+ | `timestamp` | string (ISO-8601) | Message timestamp. |
52
+ | `vin` | string | Synthetic VIN (`SYN-VIN-*`). Matches `vehicle_context.vin`. |
53
+ | `event_name` | string | Matches one item in `perception_logic.causal_chain`. |
54
+ | `sensor_source` | string | Originating sensor (e.g., `Radar_Long_Range`, `Ultrasonic_Rear`, `Camera_Left_30`, `LIDAR_Roof`). |
55
+ | `bus_id` | string | Bus identifier (`CAN_0`, `CAN_1`, `ETH_INTERNAL`). |
56
+ | `signals.wheel_speed_kph` | double | Wheel speed (kph). |
57
+ | `signals.brake_pedal_pos` | double | Brake pedal position (0–100). |
58
+ | `signals.steering_angle_deg` | double | Steering angle (degrees). |
59
+ | `signals.sensor_health_pct` | int | Composite sensor health (0–100). |
60
+ | `signals.camera_confidence_pct` | int | Camera detection confidence (0–100). |
61
+ | `signals.lidar_noise_pct` | int | LiDAR noise level (0–100). |
62
+ | `signals.radar_distance_m` | double | Closest radar return, meters. |
63
+ | `signals.brake_pressure_bar` | double | Brake line pressure (bar). |
64
+ | `signals.traction_slip_pct` | double | Traction slip percentage. |
65
+
66
+ ### `detection_logic` — struct
67
+ Anomaly-signature metadata describing why this chain is flagged.
68
+
69
+ | Field | Type | Notes |
70
+ |---|---|---|
71
+ | `signature` | string | Human-readable signature (e.g., `Safety Violation: Mechanical_Latency_Failure detected`). |
72
+ | `anomaly_score` | double | 0–1. Higher = more anomalous. |
73
+ | `baseline_deviation` | string | Short English description of the deviation. |
74
+
75
+ ### `simulation` — struct
76
+ Simulation engine provenance.
77
+
78
+ | Field | Type | Notes |
79
+ |---|---|---|
80
+ | `synthetic` | bool | Always `true`. |
81
+ | `engine` | string | Simulation engine label (`hyperion_physics_sim_v1`). |
82
+ | `chaos_profile` | string | `Black_Ice`, `Blinding_Glare`, `Intermittent_CAN_Bus_Error`, `Sensor_Ghosting`. |
83
+
84
+ ## Distribution of this sample
85
+
86
+ - 10,000 event chains total.
87
+ - Safety criticality: balanced (~2,500 per class).
88
+ - Failure class: balanced across 3 classes (~3,300 each).
89
+ - Vehicle model: balanced across 3 models (~3,300 each).
90
+ - Drive mode: balanced across 3 modes (~3,300 each).
91
+ - Chaos profile: balanced across 4 profiles (~2,500 each).
92
+
93
+ ## Sanitization notes
94
+
95
+ - Internal identifier prefix (`SIMA-V4-AUTO-*`) has been normalized to `HYPERION-*`.
96
+ - Internal physics engine code name (`Hyperion-Physics-V2`) has been normalized to `hyperion_physics_sim_v1`.
97
+ - VIN values have been replaced with a `SYN-VIN-*` prefix so they cannot be confused with real WMIs assigned to specific manufacturers.
98
+ - Vehicle model names are abstract placeholders (`EV_Sedan_Alpha`, `Autonomous_Shuttle_V2`, `Heavy_Duty_Truck`), not real product names.
99
+ - No real vehicle logs, real VINs, real user data, or identifiable information are present.
100
+
101
+ ## Relationship to the full pack
102
+
103
+ The production pack scales to 1M+ event chains with finer-grained signal sampling (ms-level CAN traces), expanded scenario coverage (rain, snow, construction zones, V2X signal loss, bus cyberattacks), additional vehicle classes (motorcycle, delivery robot, transit bus), per-sensor noise models, and ROS-bag / CAN DBC-aligned delivery. See the pack card for commercial access.
hyperion_drive_sample.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ca1063368e3cc36a19f5d11f8480525341516bbf274e1eb95caab507efef2a
3
+ size 26549477
hyperion_drive_sample.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07b894e2b2a458ba9e5d8f2983966381b91b007cc47d3954eb9092363e5d2523
3
+ size 1786732