The way they went from GPT-3 to ChatGPT is really quite genius. My understanding is that it's something like this: 1. Start with GPT-3, which predicts the next word in some text and is trained on all the text on the internet 2. Take thousands of prompts, generate several responses for each of them, and have human reviewers rank the responses for each prompt from best to worst 3. The GPT model needs a massive amount o…
That's not genius, that's called unsupervised learning and it is an entire subfield.
Ask HN: How does ChatGPT work?
111–120 of 185 posts
Re: Ask HN: How does ChatGPT work?
#112The way they went from GPT-3 to ChatGPT is really quite genius. My understanding is that it's something like this: 1. Start with GPT-3, which predicts the next word in some text and is trained on all the text on the internet 2. Take thousands of prompts, generate several responses for each of them, and have human reviewers rank the responses for each prompt from best to worst 3. The GPT model needs a massive amount o…
I want to know if it will ever be possible to run this kind of AI at home once its training is complete. I dont need all the knowledge just subset that I'm interested in. Actually I'm more interested in its ability to transform things. For example I can ask it to convert docker-compose to docker run command, it can manipulate JSON, it can sort numbers in table when prompted. I'm more interested in these abilities rat…
Re: Ask HN: How does ChatGPT work?
#113Earlier quoted context omitted.
When I was a first year AI student beginning of the 90s I asked my professor what would happen if we just made a massive neural network and trained it with all information in the world. He said it cannot happen as it it impossible.
Considering the computational resources available at the time, he was not that wrong. Research into artificial neuronal networks has always been held back by available computational power.
Re: Ask HN: How does ChatGPT work?
#114Yannic Kilcher did an explainer recently on his YT channel. https://www.youtube.com/watch?v=0A8ljAkdFtg Yannic explains these models pretty well.
Re: Ask HN: How does ChatGPT work?
#115Earlier quoted context omitted.
you can do that today in the free release?
I think he wants to self host. It sucks to have no ownership of such a powerful tool I would pay upwards of $3000 to be able to self host something like this.
Re: Ask HN: How does ChatGPT work?
#116How much RAM/GPU/CPU is required to run the chatGPT / GPT3 model (aka text-davinci-003)?
Re: Ask HN: How does ChatGPT work?
#117Earlier quoted context omitted.
Considering the computational resources available at the time, he was not that wrong. Research into artificial neuronal networks has always been held back by available computational power.
Agreed, but as a professor I believe one needs to be looking in the future. It was not that far out, but yeah it was an AI winter. We were stuck until 2012 basically. That's a long time.
I'm a professor in an AI field, and I can tell you that neither myself nor the colleagues I regularly have scientific discussions with could imagine ten years ago that something like ChatGPT would be possible in 2022. I suppose there might be a minority who called it, but recent advances in deep learning absolutely whooshed past the predictions of the overwhelming majority of people in the field.
Re: Ask HN: How does ChatGPT work?
#118Half-OT: people are always talking about ChatGPT being AI, but is this actually the case? It frequently told me that it doesn't learn from my input, and I had the impression the unique selling point of AI was it being able to modify it's own code in response to input.
That's basically never been the case for any statistical AI system which are all subject to "catestrophic forgetting". The weights of the system which are its memory are set by having their values determined over an entire training set. This is, effectively, a compression process which takes eg., most of the internet, and compresses it to 1TB of weights. If you update those weights by a process which doesn't "zip eve…
I always thought of the current systems of static machine learning models.
Re: Ask HN: How does ChatGPT work?
#119Earlier quoted context omitted.
There should be a rule on HN that anyone claiming definitively whether or not AIs 'know' or 'understand' something should have to define those words rigorously.
The question goes back decades - back then the question was phrased "Can computers think" and the rebuttal was "Can submarines swim?"
Re: Ask HN: How does ChatGPT work?
#120What baffles and makes it hard for me to wrap my brain around the statement that ChatGPT is "just predictive text analysis" is that it certainly feels like it goes into detail, picks up and repeats the particulars, presents a line of reasoning that sounds, well, reasonable, until you realize it got a number of things terribly wrong, often in deceptively subtle ways: Me: Which number is bigger, 873593742593454623 or 8…
I applied the same prompts and the results get better: Me: Which number is bigger, 873593742593454623 or 873593742593554623 ChatGPT: These two numbers are equal. The first number is simply the second number with an extra digit added at the end. Since the added digit does not affect the value of the number, both numbers are equal. Me: Apply your reasoning and finding the bigger of two numbers to compare 123 and 53. Ch…
I have noticed this too. I guess it is an artifact of just being probable text output.