Spaces:
Sleeping
Sleeping
Update app10.py
Browse files
app10.py
CHANGED
|
@@ -165,7 +165,9 @@ elif task_choice == "Data Labeling":
|
|
| 165 |
template=(
|
| 166 |
"You are an expert in {labeling_type} classification. "
|
| 167 |
"Classify the following text using: {labels}.\n\n"
|
| 168 |
-
"
|
|
|
|
|
|
|
| 169 |
"Classify this: {text_to_classify}"
|
| 170 |
)
|
| 171 |
)
|
|
|
|
| 165 |
template=(
|
| 166 |
"You are an expert in {labeling_type} classification. "
|
| 167 |
"Classify the following text using: {labels}.\n\n"
|
| 168 |
+
"DO NO write additional information or commentary"
|
| 169 |
+
"use user {few_shot_examples} as guidance in labeling process\n"
|
| 170 |
+
"Write calassifaication as {text_to_classify}. Label: [Label] \n"
|
| 171 |
"Classify this: {text_to_classify}"
|
| 172 |
)
|
| 173 |
)
|