HEADER_INFO = """""".strip() SIDEBAR_INFO = """
Mehrdad Farahani Kartik Godawat Haswanth Aekula Deepak Pandian Nicholas Broad
""" CHEF_INFO = """

Welcome to our lovely restaurant! (We are at your service with two of our best chefs in the world, Chef Scheherazade, Chef Giovanni.)

""".strip() PROMPT_BOX = "Add custom ingredients here (separated by `,`): " STORY = """ Hello everyone, I am **Chef Transformer**, the owner of this restaurant and headmaster of two other chefs **Scheherazade**, and **Giovanni**. In fact, to be more precise, I was made by a group of [NLP Engineers]( https://huggingface.co/flax-community/t5-recipe-generation#team-members) so that to get your raw materials and with the help of my other associates (Scheherazade, and Giovanni) which participated in [T5 fine-tuning program (chef program)](https://huggingface.co/flax-community/t5-recipe-generation) be able to prepare food recipes for you. Before going any further, highly important to mention both cooks are capable, except that Scheherazade is *creative* while Giovanni is *meticulous*. At first, it was hard, and we had to read cookbooks to learn, whereas the books somehow consist of trivial recipes, but engineers helped us focus on essential parts of recipes for specific food items. Also, they taught us to consider the food items (known as NER), ingredients, directions, and, more importantly, food names and then map them in the following form in our skills and histories. ```text [Input] {NER: separated by comma} [Targets] title: {TITLE}
ingredients: {INGREDIENTS: separated by }
directions: {DIRECTIONS: separated by }. ``` It was a challenging week, but we learned a lot, to be honest. Finally, we graduated with [high scores]( https://huggingface.co/flax-community/t5-recipe-generation#evaluation) in our classroom and established this restaurant. Do not forget to introduce us to others. """.strip()