The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold Networks (KANs) for language modeling
703
stars
54
forks
source link
fix: `NotImplementedError` in download_dataset #22
Closed
yumemio closed 4 months ago
Summary :memo:
Fixes the issue of
download_dataset
raisingNotImplementedError
even if a correct dataset name is specified.Details
pip install kan_gpt
NotImplementedError
after downloading the datasetChecks
Thanks for reviewing!