rounak/MLXTinyGPT

How to run after build succeeded?

Closed this issue · 3 comments

image

I got this but not sure what to do now. I don't see any binaries produced.

I am curious how you worked on this repo, like what is the run/debug cycle like?

Thanks. 🖤

It seems its training the whole neural net now? Can I stop it earlier or how does it know when to end training?

image

@nikitavoloboev Hi! thanks for trying the project. Yes, it trains the neural network for 5000 epochs, and then generates text based on it. The training takes about 15-20 mins.

@nikitavoloboev I've updated the code to now use pre-trained weights. Try it!