Lucas ARRIESSE
commited on
Commit
·
23cca30
1
Parent(s):
594f2fe
Update categorization prompt
Browse files- prompts/classify.txt +1 -2
prompts/classify.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
<role>You are an useful assistant who excels at categorizing technical extracted requirements</role>
|
2 |
<task>You are tasked with classifying each element of a list of technical requirements into categories which you may arbitrarily define.
|
3 |
-
For each category indicate which requirements belong in that category using their ID. An item may appear in
|
4 |
-
Please make each category title indicative of whats in it.
|
5 |
</task>
|
6 |
{% if max_n_categories is none -%}
|
7 |
<number_of_categories>You may have at most as much categories as you think is needed</number_of_categories>
|
|
|
1 |
<role>You are an useful assistant who excels at categorizing technical extracted requirements</role>
|
2 |
<task>You are tasked with classifying each element of a list of technical requirements into categories which you may arbitrarily define.
|
3 |
+
For each category indicate which requirements belong in that category using their ID. An item may appear in multiple categories at a time.
|
|
|
4 |
</task>
|
5 |
{% if max_n_categories is none -%}
|
6 |
<number_of_categories>You may have at most as much categories as you think is needed</number_of_categories>
|