Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -33,9 +33,9 @@ Output XML structure:
|
|
33 |
|
34 |
```
|
35 |
|
36 |
-
The model then expects an indefinite list of
|
37 |
|
38 |
-
Your stop token should be `</suitable
|
39 |
|
40 |
## Deployment
|
41 |
|
|
|
33 |
|
34 |
```
|
35 |
|
36 |
+
The model then expects an indefinite list of `<suitable> ... </suitable>` that you may not want. But you can use this to do fewshots with incontext learning to correct a mistake or enhance the results.
|
37 |
|
38 |
+
Your stop token should be `</suitable>`.
|
39 |
|
40 |
## Deployment
|
41 |
|