@[email protected] to Machine [email protected] • 6 months agoCan gpt generate a gpt model?message-square8fedilinkarrow-up18arrow-down13file-text
arrow-up15arrow-down1message-squareCan gpt generate a gpt model?@[email protected] to Machine [email protected] • 6 months agomessage-square8fedilinkfile-text
minus-squareAwkwardLookMonkeyPuppetlinkEnglish1•6 months agoWhere can we see this well known code? I’d like to see how it works.
minus-square@[email protected]linkfedilink3•6 months agoHere is an implementation in pytorch: https://github.com/lyeoni/gpt-pytorch/blob/master/model.py Here is one in pure C that karpathy started: https://github.com/karpathy/llm.c
Where can we see this well known code? I’d like to see how it works.
Here is an implementation in pytorch:
https://github.com/lyeoni/gpt-pytorch/blob/master/model.py
Here is one in pure C that karpathy started:
https://github.com/karpathy/llm.c
Thanks!