Update app110.py
Browse files
app110.py
CHANGED
@@ -414,8 +414,7 @@ if "task_choice" in st.session_state:
|
|
414 |
"{system_role}\n"
|
415 |
"- Use the following parameters:\n"
|
416 |
"- Generate {num_examples} examples\n"
|
417 |
-
"- Each example should be between {min_words} to {max_words} words long, every 20 words can be a line long,
|
418 |
-
so generate a line of text for each 20 words where if the number of {max_words} is 100, it should be 5 lines long.\n"
|
419 |
"- Use these labels: {labels}.\n"
|
420 |
"- Use the following additional attributes:\n"
|
421 |
"- {additional_attributes}\n"
|
|
|
414 |
"{system_role}\n"
|
415 |
"- Use the following parameters:\n"
|
416 |
"- Generate {num_examples} examples\n"
|
417 |
+
"- Each example should be between {min_words} to {max_words} words long, every 20 words can be a line long, so generate a line of text for each 20 words where if the number of {max_words} is 100, it should be 5 lines long.\n"
|
|
|
418 |
"- Use these labels: {labels}.\n"
|
419 |
"- Use the following additional attributes:\n"
|
420 |
"- {additional_attributes}\n"
|