Update README.md
Browse files
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.
|
| 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 |
|