ltspice
Datasets
All datasets matching “ltspice”ltspice-spice-circuits
LTspice Netlist ↔ ASC Schematic Dataset
SPICE netlists paired with their corresponding LTspice .asc schematic files,
scraped from public GitHub repositories.
Columns
netlist (string): SPICE netlist content
asc (string): Corresponding LTspice .asc schematic file content
Splits
train: 53000 samples
test: 2790 samples
Usage
from datasets import load_dataset
ds = load_dataset("Si7li/ltspice-spice-circuits")
sample = ds['train'][0]
print("Netlist:"… See the full description on the dataset page: https://huggingface.co/datasets/Si7li/ltspice-spice-circuits.ltspice-spice-circuits-no-aug
LTspice Netlist ↔ ASC Schematic Dataset
SPICE netlists paired with their corresponding LTspice .asc schematic files,
scraped from public GitHub repositories.
Columns
netlist (string): SPICE netlist content
asc (string): Corresponding LTspice .asc schematic file content
Splits
train: 7866 samples
test: 414 samples
Usage
from datasets import load_dataset
ds = load_dataset("Si7li/ltspice-spice-circuits-no-aug")
sample = ds['train'][0]… See the full description on the dataset page: https://huggingface.co/datasets/Si7li/ltspice-spice-circuits-no-aug.
