What is CHATGPT ?
Sri Annaamalai M
Web Developer | Footballer | Yoga | Explorer | Car Enthusiasts |
If you have been connected with the IT news over the last month, you have undoubtedly heard about ChatGPT — the new AI chatbot from OpenAI. As Andrew Ng rightly said, AI is the new electricity. It is set to revolutionize each aspect of our life, and ChatGPT will change the entire Software Development Life Cycle. It might just seal the fate of some developers. Application development speeds will zoom, and costs will fall drastically.
The current beta version is free for all — to invite more audience. With more and more enthusiasts trying it out, ChatGPT has created a new wave in the IT world. Some have already made millions out of it, and others are on the verge of losing their jobs. The revolution is knocking on your door. Embrace it, or get swept away — the choice is yours.
Basics
Okay, so what exactly is this OpenAI or ChatGPT? OpenAI is an AI research and deployment company that owns and exports several APIs that access their AI models, so we need not invest in developing and reinventing complex AI models. Instead, we can use their API (as a SAAS) and build our applications.
领英推荐
A few weeks back, they released the latest chat API, the ChatGPT, which has impressive capabilities. “Impressive” is a gentle word. However, if you try to chat with the ChatGPT, you will indeed have many more expletives in your mind.We trained this model using Reinforcement Learning from Human Feedback (RLHF), using the same methods as?InstructGPT, but with slight differences in the data collection setup. We trained an initial model using supervised fine-tuning: human AI trainers provided conversations in which they played both sides—the user and an AI assistant. We gave the trainers access to model-written suggestions to help them compose their responses. We mixed this new dialogue dataset with the InstructGPT dataset, which we transformed into a dialogue?format.
To create a reward model for reinforcement learning, we needed to collect comparison data, which consisted of two or more model responses ranked by quality. To collect this data, we took conversations that AI trainers had with the chatbot. We randomly selected a model-written message, sampled several alternative completions, and had AI trainers rank them. Using these reward models, we can fine-tune the model using?Proximal Policy Optimization. We performed several iterations of this?process.
ChatGPT is fine-tuned from a model in the GPT-3.5 series, which finished training in early 2022. ChatGPT and GPT 3.5 were trained on an Azure AI supercomputing?infrastructure.
Limitations
Iterative deployment
Today’s research release of ChatGPT is the latest step in OpenAI’s?iterative deployment?of increasingly safe and useful AI systems. Many lessons from deployment of earlier models like GPT-3 and Codex have informed the safety mitigations in place for this release, including substantial reductions in harmful and untruthful outputs achieved by the use of reinforcement learning from human feedback?(RLHF).