You've got the 3 main ingredients to build your product:
β A powerful model to generate general text in Python
β A hands-on tutorial to fine-tune it for your goal.
β And the dataset of jokes you need for the fine-tuning.
And now the last step...
#question 4: "How do I make my tool accessible to the world?"
You have at least a couple of options here:
β A serverless deployment in the Cloud (like AWS Lambda)
β A completely managed solution like Streamlit Cloud, which is FREE by the way.
BOOM!
Building a TOP project is THE way to land a Data Science job.
Reading blog posts about multi-billion-parameter Language Models is very cool.
However, building real-world NLP products from these models is where the real business value is. And this is what companies look for in the job market.
So, here is a PRO project you can build β
"An app that recommends what ML paper to read"
Imagine an app where you can describe what paper you are interested in reading today. For example
π§βπ¬: "I want a paper about Transformers in Computer Vision"
Stop imagining. Instead, build this system β in 4 steps