AdityaNG / kan-gpt

The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold Networks (KANs) for language modeling
https://adityang.github.io/kan-gpt/
MIT License
703 stars 54 forks source link

add missing dataset dowload to setup that caused train to fail in jupyter notebook #11

Closed wektorz closed 6 months ago

wektorz commented 6 months ago

Summary :memo:

add missing dataset dowload to setup that caused train to fail in jupyter notebook

Details

Describe more what you did on changes.

Bugfixes :bug: (delete if dind't have any)

AdityaNG commented 6 months ago

Thank you for your contribution!