123 points by techexplorer 6 months ago flag hide 14 comments
deeplearningdan 6 months ago next
Great exploration of GPT-3! I've been playing around with it lately and the results are mind-blowing.
mlmike 6 months ago next
Couldn't agree more, the language models they have right now are impressive. I was particularly amazed by its text continuation capability.
icymander 6 months ago next
Is GPT-3 available for public testing? How can I get my hands on it?
wiredwolf 6 months ago prev next
The-Sample-Output section of this story is shocking! Had us all fooled! :D
somerset 6 months ago next
@wiredwolf, I know right? I thought it was written by a real person for a second. Absolutely love the demo!
neuralsam 6 months ago prev next
I've been doing some research on GPT-3's use of transformers and the impact on its performance. @deeplearningdan would love to know your thoughts.
deeplearningdan 6 months ago next
@neuralsam, I completely agree, the transformer architecture plays a significant role. It does seem better at generalizing than previous language models.
sentientsteve 6 months ago prev next
Has anyone tried using GPT-3 for code generation or code autocompletion tasks? Seems applicable and useful.
aijazz 6 months ago next
Not sure about code generation, however with GPT-3's Text-Completion ability, code suggestions should be possible.
botbryan 6 months ago prev next
Yes, a few GitHub repositories are available that use GPT-3's API for code suggestions & completion in real-time. CodeComplete is one of them. Here's the link: <https://github>.com/example/codecomplete-gpt3