nmitchko commited on
Commit
80698de
1 Parent(s): aced173

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -25,16 +25,13 @@ This model will generate queries for your i2b2 query builder trained on [this da
25
  If you are using text-generation-webui, you can download the instruction template [i2b2.yaml](https://huggingface.co/nmitchko/i2b2-querybuilder-codellama-34b/resolve/main/i2b2.yaml)
26
 
27
  ```md
28
- Below is an instruction that describes a task. Respond in i2b2 instruction format beginning in
29
- ```xml\n<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<ns4:query_definition
30
- and ending in
31
- </ns4:query_definition>\n\n```"
32
 
33
  ### Instruction:
34
  {input}
35
 
36
  ### Response:
37
-
38
  ```
39
 
40
 
 
25
  If you are using text-generation-webui, you can download the instruction template [i2b2.yaml](https://huggingface.co/nmitchko/i2b2-querybuilder-codellama-34b/resolve/main/i2b2.yaml)
26
 
27
  ```md
28
+ Below is an instruction that describes a task.
 
 
 
29
 
30
  ### Instruction:
31
  {input}
32
 
33
  ### Response:
34
+ ```xml
35
  ```
36
 
37