Spaces:
Runtime error
Runtime error
Update info
Browse files
meta.py
CHANGED
@@ -15,15 +15,19 @@ Chef Giovanni.)</span></p>
|
|
15 |
""".strip()
|
16 |
PROMPT_BOX = "Add custom ingredients here (separated by `,`): "
|
17 |
STORY = """
|
18 |
-
Hello everyone
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
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.
|
26 |
-
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.
|
27 |
|
28 |
```text
|
29 |
[Input]
|
@@ -37,5 +41,5 @@ Also, they taught us to consider the food items (known as NER), ingredients, dir
|
|
37 |
|
38 |
It was a challenging week, but we learned a lot, to be honest. Finally, we graduated with [high scores](
|
39 |
https://huggingface.co/flax-community/t5-recipe-generation#evaluation) in our
|
40 |
-
classroom and established this restaurant
|
41 |
""".strip()
|
|
|
15 |
""".strip()
|
16 |
PROMPT_BOX = "Add custom ingredients here (separated by `,`): "
|
17 |
STORY = """
|
18 |
+
Hello everyone π, I am **Chef Transformer**, , the owner of this restaurant and headmaster of two other chefs
|
19 |
+
**Scheherazade**, and **Giovanni**.
|
20 |
+
To be more precise, we were made by a group of [NLP Engineers](
|
21 |
+
https://huggingface.co/flax-community/t5-recipe-generation#team-members) to get your raw materials and generate
|
22 |
+
delicious food recipes for you. We are going to such an effort by participating in [T5 fine-tuning program (chef
|
23 |
+
program)](https://huggingface.co/flax-community/t5-recipe-generation) hosted by [Huggingface / Flax community](https://huggingface.co/flax-community).
|
24 |
+
Before going any further, highly important to mention both cooks are capable, except that Scheherazade is **creative** while Giovanni is **meticulous**,
|
25 |
+
and I forgot to say that I have a remarkable ability to **communicate with the customer**.
|
26 |
+
|
27 |
+
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
|
28 |
+
helped us focus on essential parts of recipes for specific food items. Also, they taught us to consider the
|
29 |
+
`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.
|
30 |
|
|
|
|
|
31 |
|
32 |
```text
|
33 |
[Input]
|
|
|
41 |
|
42 |
It was a challenging week, but we learned a lot, to be honest. Finally, we graduated with [high scores](
|
43 |
https://huggingface.co/flax-community/t5-recipe-generation#evaluation) in our
|
44 |
+
classroom π₯ and established this restaurant π². **Do not forget to introduce us to others.**
|
45 |
""".strip()
|