avatarLucianoSphere (Luciano Abriata, PhD)

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2434

Abstract

with-very-simple-code-47134b25620b"> <div> <div> <h2>Build custom-informed GPT-3-based chatbots for your website with very simple code</h2> <div><h3>Learn about GPT-3, PHP and JavaScript as you build an online GPT-3 based chatbot specialized in a given topic that you…</h3></div> <div><p>towardsdatascience.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*bSf3JPTuoN6e9ZkpgvlYRw.png)"></div> </div> </div> </a> </div><div id="7fa2" class="link-block"> <a href="https://towardsdatascience.com/web-based-chatbot-project-module-2-gpt-3-generated-responses-assisted-with-a-database-for-1ee2a0f4aad4"> <div> <div> <h2>Web-Based Chatbot Project, Module 2: GPT-3-generated responses assisted with a database for…</h2> <div><h3>Second part of this project spanning web programming, math, AI, and more</h3></div> <div><p>towardsdatascience.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*vf8T4sR58oKQugrG-h7yUQ.png)"></div> </div> </div> </a> </div><p id="33c4">You can even build a fully speech-driven chatbot that is quite smart!</p><div id="4905" class="link-block"> <a href="https://readmedium.com/naturally-talking-with-a-chatbot-that-you-can-try-out-online-too-2dc1e48f415c"> <div> <div> <h2>Naturally talking with a chatbot that you can try out online too</h2> <div><h3>I wrote a web page that couples GPT-3 with speech recognition and speech synthesis resulting in a quite smart bot with…</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*_iqu4fRScKeH1w3PcQ6yZA.png)"></div> </div> </div> </a> </div><p id="3b6a">If you want to see more of GPT-3’s power in action, check out these articles where I tested it on natural sciences:</p><div id="d748" class="link-block"> <a href="https://towardsdatascience.com/gpt-3-

Options

like-models-with-extended-training-could-be-the-future-24-7-tutors-for-biology-students-904d2ae7986a"> <div> <div> <h2>GPT-3-like models with extended training could be the future 24/7 tutors for biology students</h2> <div><h3>Despite rather discouraging results for other subjects, GPT-3 turns out quite good at biology, even more so if its…</h3></div> <div><p>towardsdatascience.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*M2sFbHI2Enwq6UVK.png)"></div> </div> </div> </a> </div><div id="56dc" class="link-block"> <a href="https://towardsdatascience.com/devising-tests-to-measure-gpt-3s-knowledge-of-the-basic-sciences-4bbfcde8286b"> <div> <div> <h2>Devising tests to measure GPT-3's knowledge of the basic sciences</h2> <div><h3>Could students learn from OpenAI’s newest language model and use it as a 24/7 consultant? Could students use it to…</h3></div> <div><p>towardsdatascience.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*wn-MdAqiWGEdGYWzs8GRnw.png)"></div> </div> </div> </a> </div><figure id="95db"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/0*kSBw_JSXzUh6_m2o.png"><figcaption>Figure by author.</figcaption></figure><p id="2d4c"><a href="https://www.lucianoabriata.com/"><b><i>www.lucianoabriata.com</i></b></a><i> I write and photoshoot about everything that lies in my broad sphere of interests: nature, science, technology, programming, etc. <a href="https://lucianosphere.medium.com/membership"><b>Become a Medium member</b></a> to access all its stories (affiliate links of the platform for which I get small revenues without cost to you) and <a href="https://lucianosphere.medium.com/subscribe"><b>subscribe to get my new stories</b></a><b> by email</b>. To <b>consult about small jobs</b> check my <a href="https://lucianoabriata.altervista.org/services/index.html"><b>services page here</b></a>. You can <a href="https://lucianoabriata.altervista.org/office/contact.html"><b>contact me here</b></a><b>.</b></i></p></article></body>

As of September 2022, using OpenAI’s GPT-3 will be 2 - 3 times cheaper!

Arguably the best natural language processing model becomes more affordable.

I just got this e-mail from OpenAI, bringing great news:

We are excited to share that we are reducing the price per token for our standard GPT-3 models and Embedding models.

OpenAI has just announced that it will lower the cost of its GPT-3 engines. In particular, Davinci, which is the “smartest” of the various GPT-3 models, will be 3 times cheaper than it is today (August 22, 2022). When using Davinci you will spend only 2 cents every 1,000 tokens -tokens map to small groups of letters, such that in average 1,000 tokens match around 750 words in English (info here).

For other models the drop in cost is also between 2 and 3 fold, as the e-mail details:

In their email, the OpenAI team explains that they “have been looking forward to this change for a long time”. Apaprently, or at least as they say, they have made substantial progress in making the models more efficient to run, which has reduced the costs. I guess it might also be that they don’t have enough clients or that there’s too much competition. On closing, the email invites more developers to experiment and build on top of GPT-3.

But what can this GPT-3 thing do?

GPT-3 is a last-generation language processing transformer network. It reads in some text and then outputs some new text that can consist in an answer to a question, a summary or an expansion of the input text, etc. etc.

Being myself amazed at how well GPT-3 works, especially after fine-tuning or few-shot learning, I urge you to go check it out. You can do this even without any knowledge about programming by using their Playground.

If you do want to start using GPT-3 in your programs, I let you here two tutorials on how to do it online in client-side web apps:

You can even build a fully speech-driven chatbot that is quite smart!

If you want to see more of GPT-3’s power in action, check out these articles where I tested it on natural sciences:

Figure by author.

www.lucianoabriata.com I write and photoshoot about everything that lies in my broad sphere of interests: nature, science, technology, programming, etc. Become a Medium member to access all its stories (affiliate links of the platform for which I get small revenues without cost to you) and subscribe to get my new stories by email. To consult about small jobs check my services page here. You can contact me here.

Artificial Intelligence
Machine Learning
Computer Science
Chatbots
NLP
Recommended from ReadMedium