fullstack commited on
Commit
c46926b
1 Parent(s): 313af0d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,9 +33,9 @@ Output XML structure:
33
 
34
  ```
35
 
36
- The model then expects an indefinite list of following <suitable> ... </suitable> so you can few shot it to correct a mistake or enhance the results.
37
 
38
- Your stop token should be `</suitable>` to ensure the model stops generating after the output.
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