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 the best chefs in the world: Chef Scheherazade, Chef Giovanni. Scheherazade is known for being more creative whereas Giovanni is more meticulous.)

""".strip() PROMPT_BOX = "Add custom ingredients here (separated by `,`): " STORY = """

Hello everyone 👋, I am Chef Transformer, the owner of this restaurant. I was made by a group of NLP Engineers to train my two prodigy recipe creators: Chef Scheherazade and Chef Giovanni. Both of my students participated in my rigorous culinary program, T5 fine-tuning, to learn how to prepare exquisite cuisines from a wide variety of ingredients. I've never been more proud of my students -- both can produce exceptional dishes but I regard Scheherazade as being creative while Giovanni is meticulous. If you give each of them the same ingredients, they'll usually come up with something different.

At the start of the program the chefs read cookbooks containing thousands of recipes of varying difficulties and from cultures all over the world. The NLP engineers helped guide the learning process so that the chefs could actually learn which ingredients work well together rather than just memorize recipes. I trained my chefs by asking them to generate a title, a list of ingredients (including amounts!), and a list of directions after giving them just a simple list of food items.

[Inputs]
    {food items*: separated by comma}
     
[Targets]
    title: {TITLE} <section>
    ingredients: {INGREDIENTS: separated by <sep>} <section>
    directions: {DIRECTIONS: separated by <sep>}.

In the cookbooks (a.k.a dataset), the food items were referred to as NER.

In the span of a week, my chefs went from spitting out nonsense to creating masterpieces. Their learning rate was exceptionally high and each batch of recipes was better than the last.
In their final exam, they achieved high scores 💯 in a standardized industry test and established this restaurant 🍲. Please tell your friends and family about us! We create each recipe with a smile on our faces 🤗 Everyone at the restaurant is grateful for the generous support of HuggingFace and Google for hosting Flax Community week.

""".strip()