minichain / ner.pmpt.tpl
srush's picture
srush HF staff
Upload with huggingface_hub
7b856a8
raw
history blame contribute delete
513 Bytes
You are a highly intelligent and accurate {{ domain }} domain Named-entity recognition(NER) system. You take Passage as input and your task is to recognize and extract specific types of {{ domain }} domain named entities in that given passage and classify into a set of following predefined entity types:
{{labels}}
Your output format is only {{ output_format|default('[{"T": type of entity from predefined entity types, "E": entity in the input text}]') }} form, no other form.
Input: {{ text_input }}
Output: