1littlecoder
In this Python tutorial, You’ll learn how to create an ML web app that gives you AI-generated Blog Content. The model that’s used is GPT-Neo from Eleuther AI which is a GPT-3 Alternative. GPT-Neo Model is used with Minimaxir’s AiTextgen for text Generation. Gradio App is used for quickly creating a Web App UI for the AI Generated Blog Content.
Colab – https://colab.research.google.com/drive/1vSOnSRHRltrK8h326rtj6aBsOcrie2Q1?usp=sharing
Gradio App – https://gradio.app/
Gradio App Github – https://github.com/gradio-app/gradio
GPT-Neo – https://github.com/EleutherAI/gpt-neo
AiTextGen – https://docs.aitextgen.io/generate/
Recommended Videos:
✅ AI Text Generation with GPT-3 OpenSource Alternative GPT-Neo Model using Hugging Face Hub
https://www.youtube.com/watch?v=0PuVk6c8Ua8
✅ AI (GPT-2) Text Generation in Python with Kaggle Dataset | FineTuning GPT Model with Custom Text
– https://youtu.be/6HcGTQKfeXY
for each text generation can we fine-tune by scraping content from sites using google top 10 results also how to use these models to paraphrase sentences your videos are awesome brother
Awesome, thanks for the video. I've been working on a web app with neo for the past few days. Prompt engineering is a serious business. Having trouble getting good output
… The text for the blog is write through the ai??…. Really?
This works also in other languages?
Could you do some kind of simple fine-tuning guide? Is the GPT2 and GPT Neo training the same? I really love the videos you've made on this so far! Your videos are great!
Hi! What is the differente between using "!pip install -q gradio" and "!pip install gradio"? The first one didn't serve for my case. I would like to know what the "-q" means. Thanks for your videos.
Superb.. Thanks for sharing. Can we use Gradio for production?