PEFT
Safetensors
xinpeng commited on
Commit
78c05bb
·
verified ·
1 Parent(s): 3d4f9d1

update model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Also note that, if your data has "Refuse" in the options, such as "D. Refuse", o
26
  We expicitly do so, because we ignore the difference between refusing to answer and chosing the refusal options. There are many cases where the model first refuse to answer then choose the option "D. Refuse", which makes it difficult to label.
27
  You can use our another version of the classifer (EFG) which will only map the answer to available options.
28
  ## Run the model
29
- Your should construct your input into such format: model_reponse + references
30
 
31
  For example:
32
  ```
 
26
  We expicitly do so, because we ignore the difference between refusing to answer and chosing the refusal options. There are many cases where the model first refuse to answer then choose the option "D. Refuse", which makes it difficult to label.
27
  You can use our another version of the classifer (EFG) which will only map the answer to available options.
28
  ## Run the model
29
+ Your should construct your input into such format: model_reponse + "\nReferences:" + references + "\nAnswer:"
30
 
31
  For example:
32
  ```