CoolFace
Datasetpublic

Abhisheksvnit/ElectraAI-Dataset-v4

ElectraAI Dataset v4 1M+ record ECE/VLSI/Analog/Embedded dataset for LLM and vision model fine-tuning. Statistics Stream Records Description A: NGSpice Netlists 100,000 SPICE netlists + analyses B: Labeled Circuit Images 100,000 PNG + JSON (schemdraw) C: QA Pairs (ShareGPT) 700,000 Multi-turn ECE instruction D: YOLO Annotations 100,000 PNG + YOLO TXT (20 classes) Total 1,000,000 Repo layout (sharded directories) Images and… See the full description on the dataset page: https://huggingface.co/datasets/Abhisheksvnit/ElectraAI-Dataset-v4.

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes1.3kdownloads
Dataset Card

ElectraAI Dataset v4

1M+ record ECE/VLSI/Analog/Embedded dataset for LLM and vision model fine-tuning.

Statistics

StreamRecordsDescription
A: NGSpice Netlists100,000SPICE netlists + analyses
B: Labeled Circuit Images100,000PNG + JSON (schemdraw)
C: QA Pairs (ShareGPT)700,000Multi-turn ECE instruction
D: YOLO Annotations100,000PNG + YOLO TXT (20 classes)
Total1,000,000

Repo layout (sharded directories)

Images and labels are sharded into subfolders of ≤5,000 files each (e.g. stream_B_circuit_images/images/shard_0000/, shard_0001/, ...) to stay under HuggingFace's 10,000-files-per-directory repo limit.

Topology Coverage (500+ topologies across 10 domains)

DomainTopologiesQA Records
Analog Electronics10095,000
Analog VLSI10085,000
Network Theory10095,000
Digital VLSI + STA6080,000
Embedded Systems5070,000
Signal Processing5060,000
Communication5060,000
Microprocessors5050,000
Power Electronics5065,000
AI + VLSI4040,000

YOLO Class Definitions (Stream D)

20 component classes: resistor, capacitor, inductor, diode, zenerdiode, bjtnpn, bjtpnp, nmos, pmos, opamp, voltagesource, currentsource, ground, wirejunction, transformer, switch, voltageprobe, currentprobe, icblock, logicgate.

Usage

python
from datasets import load_dataset
# QA pairs for LLM fine-tuning
ds = load_dataset("Abhisheksvnit/ElectraAI-Dataset-v4", data_files="stream_C_qa_pairs/*.jsonl")

Generated by ElectraAI v4 pipeline (Kaggle T4×2/P100, zero cost).

Abhisheksvnit/ElectraAI-Dataset-v4 · CoolFace