andrewzamai commited on
Commit
6be9f48
·
verified ·
1 Parent(s): b106941

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -84,8 +84,13 @@ Instructed on a reduced number of samples, it is designed to tackle never-seen-b
84
  <p><b>Instruction:</b> Extract the entities of type <b>[NEs_list]</b> from the text chunk you have read. Be aware that not all of these entities are necessarily present. Do not extract entities that do not exist in the text, return an empty list for that tag. Ensure each entity is assigned to only one appropriate class.</p>
85
  <p>To help you, here are dedicated Definition and Guidelines for each entity tag.</p>
86
  <div class="definition">
87
- <p>{\n<b>"TASK":</b>{\n "Definition": ,\n "Guidelines": \n}.</p>
88
- </div>
 
 
 
 
 
89
  <p>Return only a JSON object. The JSON should strictly follow this format: {expected_json_format}. DO NOT output anything else, just the JSON itself.</p>
90
  <p><b><|eot_id|><|start_header_id|>assistant<|end_header_id|></b></p>
91
  </div>
 
84
  <p><b>Instruction:</b> Extract the entities of type <b>[NEs_list]</b> from the text chunk you have read. Be aware that not all of these entities are necessarily present. Do not extract entities that do not exist in the text, return an empty list for that tag. Ensure each entity is assigned to only one appropriate class.</p>
85
  <p>To help you, here are dedicated Definition and Guidelines for each entity tag.</p>
86
  <div class="definition">
87
+ <p>{
88
+ <b>"TASK":</b>: {
89
+ "Definition": "",
90
+ "Guidelines": ""
91
+ }
92
+ }</p>
93
+ </div>
94
  <p>Return only a JSON object. The JSON should strictly follow this format: {expected_json_format}. DO NOT output anything else, just the JSON itself.</p>
95
  <p><b><|eot_id|><|start_header_id|>assistant<|end_header_id|></b></p>
96
  </div>