Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mkagenius
8 months ago
|
parent
|
context
|
favorite
| on:
SmolGPT: A minimal PyTorch implementation for trai...
Looks like a rip off of -
https://github.com/PraveenRaja42/Tiny-Stories-GPT
without any credits to above or TinyStories paper.
zerd
8 months ago
|
next
[–]
The one you linked to is based on Karpathy's tutorial:
https://www.youtube.com/watch?v=kCc8FmEb1nY
, except changing to train on tinystories in stead of Shakespeare. smolGPT also looks inspired by nanoGPT, also from Karpathy:
https://github.com/karpathy/nanoGPT/blob/master/train.py
yorwba
8 months ago
|
prev
[–]
The implementations are different, so I don't think you can consider it a rip-off.
mkagenius
8 months ago
|
parent
[–]
Why do you say implementations are different?
yorwba
8 months ago
|
root
|
parent
[–]
Because I read the code.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
without any credits to above or TinyStories paper.