hassiahk commited on
Commit
1b59a5f
1 Parent(s): 78dcb35

Escape <sep> tokens

Browse files
Files changed (1) hide show
  1. meta.py +3 -3
meta.py CHANGED
@@ -33,9 +33,9 @@ I trained my chefs by asking them to generate a title, a list of ingredients (in
33
  {food items*: separated by comma}
34
 
35
  [Targets]
36
- title: {TITLE} <section>
37
- ingredients: {INGREDIENTS: separated by <sep>} <section>
38
- directions: {DIRECTIONS: separated by <sep>}.
39
  </pre>
40
 
41
  <p>
33
  {food items*: separated by comma}
34
 
35
  [Targets]
36
+ title: {TITLE} &lt;section>
37
+ ingredients: {INGREDIENTS: separated by &lt;sep>} &lt;section>
38
+ directions: {DIRECTIONS: separated by &lt;sep>}.
39
  </pre>
40
 
41
  <p>