andrewzamai
commited on
Commit
•
e860886
1
Parent(s):
0c07fa0
Update README.md
Browse files
README.md
CHANGED
@@ -338,7 +338,7 @@ An inverse trend can be observed, with SLIMER emerging as the most effective in
|
|
338 |
<div class="template">
|
339 |
<pre>{
|
340 |
"description": "SLIMER prompt",
|
341 |
-
"prompt_input": "[INST] You are given a text chunk (delimited by triple quotes) and an instruction.\nRead the text and answer to the instruction in the end.\n\"\"\"\n{input}\n\"\"\"\nInstruction: Extract the Named Entities of type {NE_name} from the text chunk you have read.
|
342 |
}</pre>
|
343 |
</div>
|
344 |
</body>
|
|
|
338 |
<div class="template">
|
339 |
<pre>{
|
340 |
"description": "SLIMER prompt",
|
341 |
+
"prompt_input": "[INST] You are given a text chunk (delimited by triple quotes) and an instruction.\nRead the text and answer to the instruction in the end.\n\"\"\"\n{input}\n\"\"\"\nInstruction: Extract the Named Entities of type {NE_name} from the text chunk you have read. You are given a DEFINITION and some GUIDELINES.\nDEFINITION: {definition}\nGUIDELINES: {guidelines}\nReturn a JSON list of instances of this Named Entity type. Return an empty list if no instances are present.\n[/INST]\n"
|
342 |
}</pre>
|
343 |
</div>
|
344 |
</body>
|