You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project is about generating new recipes, the recipes are split into ingredients and instructions. Through this project, We will be finetuning a distilled version of GPT-2 on a smaller-scale dataset comprising recipes
This project is about Generating Recipes from Ingredients using GPT2. The project is divided into following tasks:
- Task 1: An introduction to the problem, including a short demo
- Task 2: Explortory data analsysis of our data, and some basic preprocessing
- Task 3: Dataset preparation for our modeling
- Task 4: Basic usecase of distillation and GPT-2
- Task 5: Launching training on a Google Colab instance with Google Drive integration
- Task 6: Exploring how well our model generates realistic recipes
We used the Recipe box dataset which is collated by Ryan Lee, and sourced from Food Network, Epicurious, and Allrecipes.
About
The project is about generating new recipes, the recipes are split into ingredients and instructions. Through this project, We will be finetuning a distilled version of GPT-2 on a smaller-scale dataset comprising recipes