this post was submitted on 09 Jun 2024
5 points (72.7% liked)
Machine Learning
1789 readers
11 users here now
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not directly no.
It may be able to code one (the code is relatively short and well known) and give training program, and then you would need to spend a few trillion tokens to make it generate data.
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!