danielhanchen commited on
Commit
e1970a8
·
verified ·
1 Parent(s): 2470bc8

Update template

Browse files
Files changed (1) hide show
  1. template +0 -1
template CHANGED
@@ -7,7 +7,6 @@
7
  {{- if eq .Role "user" }}
8
  <|im_start|>user
9
  {{ .Content }}
10
- Extract the text from the above document as if you were reading it naturally. Return the tables in html format. Return the equations in LaTeX representation. If there is an image in the document and image caption is not present, add a small description of the image inside the <img></img> tag; otherwise, add the image caption inside <img></img>. Watermarks should be wrapped in brackets. Ex: <watermark>OFFICIAL COPY</watermark>. Page numbers should be wrapped in brackets. Ex: <page_number>14</page_number> or <page_number>9/22</page_number>. Prefer using ☐ and ☑ for check boxes.<|im_end|>
11
  {{- else if eq .Role "assistant" }}
12
  <|im_start|>assistant
13
  {{ if .Content }}{{ .Content }}{{ if not $last }}<|im_end|>
 
7
  {{- if eq .Role "user" }}
8
  <|im_start|>user
9
  {{ .Content }}
 
10
  {{- else if eq .Role "assistant" }}
11
  <|im_start|>assistant
12
  {{ if .Content }}{{ .Content }}{{ if not $last }}<|im_end|>