File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -115,15 +115,19 @@ is trained.
115115 researchers on its usage, and some initial resources to get a
116116 better understanding of what this model is capable of performing.
117117
118- * [ GPT 3 Demo and Explanation] ( https://www.youtube.com/watch?v=8psgEDhT1MM )
119- is a video that gives a brief overview of GPT-3 and shows a bunch
120- of live demos for what has so far been created with this technology.
121-
122118* [ How GPT3 Works - Visualizations and Animations] ( https://jalammar.github.io/how-gpt3-works-visualizations-animations/ )
123119 contains some wonderful animated visuals to show how the model is
124120 trained and what happens in various scenarios such as text output
125121 and code generation.
126122
123+ * [ Building a Chatbot with OpenAI's GPT-3 engine, Twilio SMS and Python] ( https://www.twilio.com/blog/openai-gpt-3-chatbot-python-twilio-sms )
124+ is a step-by-step tutorial for using GPT-3 as a smart backend
125+ for an SMS-based chatbot powered by the [ Twilio API] ( /twilio.html ) .
126+
127+ * [ GPT 3 Demo and Explanation] ( https://www.youtube.com/watch?v=8psgEDhT1MM )
128+ is a video that gives a brief overview of GPT-3 and shows a bunch
129+ of live demos for what has so far been created with this technology.
130+
127131* [ Tempering expectations for GPT-3] ( https://minimaxir.com/2020/07/gpt3-expectations/ )
128132 points out that many of the good examples on social media have been
129133 cherry picked to impress readers.
You can’t perform that action at this time.
0 commit comments