jmp1987/racing-planet-a03-parts
Racing Planet — A03 Part Atoms (Synthetic Batch) Phase 3.5 der Central Source of Truth Roadmap Dataset Property Value Atom Type A03 Part Entries 1,000 synthetic parts Categories 7 (Variomatik, Auspuff, CDI, Vergaser, Luftfilter, Zylinder, Kupplung) Brands 15+ (Malossi, Polini, Naraku, Stage6, Dellorto, Yasuni, LeoVince...) Format CSV + JSON Schema Field Description part_id UUID: part_{sku} sku Racing Planet… See the full description on the dataset page: https://huggingface.co/datasets/jmp1987/racing-planet-a03-parts.
09
Racing Planet — A03 Part Atoms (Synthetic Batch)
Phase 3.5 der Central Source of Truth Roadmap
Dataset
Schema
How It Was Generated
Synthetic but realistic parts based on:
- Real scooter tuning brands (Malossi, Polini, Stage6, etc.)
- Real product names from racing-planet.de Chrome history
- Engine-family-based compatibility rules
- Price ranges from actual market data
Usage
from datasets import load_dataset
dataset = load_dataset("jmp1987/racing-planet-a03-parts", split="train")
for item in dataset:
print(f"{item['brand']} {item['name']} ({item['category']}) — {item['price_eur']}€")