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**. To be more precise, we were made by a group of [NLP Engineers]( https://huggingface.co/flax-community/t5-recipe-generation#team-members) to get your raw materials and generate delicious food recipes for you. We are going to such an effort by participating in [T5 fine-tuning program (chef program)](https://huggingface.co/flax-community/t5-recipe-generation) hosted by [Huggingface / Flax community](https://huggingface.co/flax-community). Before going any further, highly important to mention both cooks are capable, except that Scheherazade is **creative** while Giovanni is **meticulous**, and I forgot to say that I have a remarkable ability to **communicate with the customer**. At first, it was complicated and challenging, and we had to read cookbooks to learn, whereas the books somehow consist of trivial recipes. However, 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 backgrounds. ```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()