update model card
Browse files
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 |
```
|