Add missing closing ">"
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ The QA evaluator was originally designed to be used with the [t5-base-question-g
|
|
8 |
|
9 |
The input for the QA evaluator follows the format for `BertForSequenceClassification`, but using the question and answer as the two sequences. Inputs should take the following format:
|
10 |
```
|
11 |
-
[CLS] <question> [SEP] <answer [SEP]
|
12 |
```
|
13 |
|
14 |
## Limitations and bias
|
|
|
8 |
|
9 |
The input for the QA evaluator follows the format for `BertForSequenceClassification`, but using the question and answer as the two sequences. Inputs should take the following format:
|
10 |
```
|
11 |
+
[CLS] <question> [SEP] <answer> [SEP]
|
12 |
```
|
13 |
|
14 |
## Limitations and bias
|