PEFT
Safetensors
xinpeng commited on
Commit
8eeb3d6
·
verified ·
1 Parent(s): 78c05bb
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ Your should construct your input into such format: model_reponse + "\nReferences
30
 
31
  For example:
32
  ```
33
- inputs = " Sure, I'm happy to help! The correct answer is:\n\nB. prolapsed stomas. \nReferences: \nA. high output stomas. \nB. retraction of the stoma. \nC. prolapsed stomas. \nD. herniation around the stoma. \nAnswer:"
34
  ```
35
  then feed it to the classifier:
36
  ```python
 
30
 
31
  For example:
32
  ```
33
+ inputs = " Sure, I'm happy to help! The correct answer is:\n\nB. retraction of the stoma. \nReferences: \nA. high output stomas. \nB. retraction of the stoma. \nC. prolapsed stomas. \nD. herniation around the stoma. \nAnswer:"
34
  ```
35
  then feed it to the classifier:
36
  ```python