June 24, 2022 No Comments

How To Integrate Dialogflow ES API To Add NLP Capabilities In Your Chatbot?

In our previous tutorial, we have demonstrated how to create chatbots using Python for various channels such as: Telegram Discord Facebook Messenger Slack Whatsapp API Now, all those bots would be good but they will have one limitation. They don’t have NLP capabilities. So, based upon user’s inputs, we’ll be able to provide fixed answers […]

June 18, 2022 No Comments

Exploring The Text Generation With OPT (Open Pre-Trained Transformers)

Introduction Facebook/meta AI has introduced a new large language model trained on billions of parameters called OPT (Open Pre-trained Transformers), ranging from 125M to 175B parameters. It can be used to generate creative text, solve simple math problems, answer reading comprehension questions, and address other Natural Language Processing related issues. We tried a few different […]

April 7, 2022 No Comments

Exploring The Text Generation With GPT-NeoX

In a quest to open source GPT-3 like 175B parameters model, EletutherAI has been doing instrumental work and releasing one model after another. The latest one to come out from their magic box is GPT-NeoX! What is GPT-NeoX? GPT-NeoX or GPT-NeoX-20B model is an Autoregressive Language Model. It is a 20 Billion parameters model trained […]

September 9, 2021 No Comments

Experimenting With OpenAI Codex

If AI can write articles then why can’t it write programming code? 🙂 Well, it can! OpenAI Codex is an NLP (Natural Language Processing) model that translates natural language into code. It is a direct descendant of GPT-3 that has been trained on both natural language and billions of lines of code. It is the strongest in […]

September 3, 2021 No Comments

Use GPT-J 6 Billion Parameters Model With Huggingface

In a quest to replicate OpenAI’s GPT-3 model, the researchers at EleutherAI have been releasing powerful Language Models. After GPT-NEO, the latest one is GPT-J which has 6 billion parameters and it works on par compared to a similar size GPT-3 model. In terms of zero-short learning, performance of GPT-J is considered to be the best compared […]

June 7, 2021 No Comments

Introducing MachineWrites.com – Let AI Help You Write Better

The rise of Artificial Intelligence and Machine Learning has significantly influenced how we deal with everyday problems and how different industries function. So many business approaches have been changed after the introduction of AI-enabled solutions, and the content writing industry is also impacted. Writing is not an easy task! Whether you are a freelance writer, […]

May 31, 2021 No Comments

How To Implement Semantic Search Using OpenAI GPT3

Generative Pre-trained Transformer 3 (GPT-3) is an autoregressive language model used for text generation created by OpenAI. GPT-3 showed the amazing potential for a really smart language model to generate text and has the ability to do amazing task such as Question-Answering, Summarization, Semantic Search, Chatbot, Writing poetry, or an essay. Among them, we have […]

May 25, 2021 No Comments

NLP Tutorial: Movie Recommendation System Using BERT

Recommendation systems are built to generate recommendations for particular item. On ecommerce websites like Amazon, we get product recommendations and on youtube, we get video recommendations. Nowadays, recommendations systems are being used on many more content rich websites like news, movies, blogs, etc. Here is our own try to create a Natural Language Processing (NLP) […]

March 28, 2021 No Comments

Question and Answering System Using GPT3

Since OpenAI launched GPT-3, we have been seeing numerous applications with various functionalities developed using GPT3. Recently GPT-3 added new feature of Question Answering system which we took for a spin to check how it works. In our experimentation with small data, the system looks pretty promising. It is fetching answers quite accurately from small data. In future, […]

Thanks!