nanoGPT
nanoGPT copied to clipboard
Running the code
trafficstars
When I try to run the code it doesn't work for some random reason...
It does not talk like a normal chatbot would.
- Try downloading the entire git repository and work from there there, that made it work for me. Also, get your python on path, and just CD into the directory
like this:
cd C:/users/piyus/...
python sample.py
- This isn't ChatGPT. This is based of GPT-2 which was more like text completion or single prompt story writing. If you did want to train it to be more like chatgpt, you would have to edit the code to a format like the One I mentioned in https://github.com/karpathy/nanoGPT/issues/328 this is also followed by other models, including open source ones like redpajama-chat
hope this helps!